CowStatusType enum Null safety Types
소 상태
Constants
- alert → const CowStatusType
-
경계
const CowStatusType(2)
- caution → const CowStatusType
-
주의
const CowStatusType(1)
- good → const CowStatusType
-
양호
const CowStatusType(0)
- serious → const CowStatusType
-
심각
const CowStatusType(3)
-
values
→ const List<
CowStatusType> -
A constant List of the values in this enum, in order of their declaration.
const List<
CowStatusType>
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