SearchCowAction enum Null safety Types
개체검색 화면 이벤트 종류
Constants
- close → const SearchCowAction
-
개체검색 화면 닫기
const SearchCowAction(1)
- show → const SearchCowAction
-
개체검색 화면 보여주기
const SearchCowAction(0)
-
values
→ const List<
SearchCowAction> -
A constant List of the values in this enum, in order of their declaration.
const List<
SearchCowAction>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited