PopupType enum Null safety Types
팝업의 종류
Constants
- addCowsToGroup → const PopupType
-
const PopupType(13) - alert → const PopupType
-
const PopupType(1) - all → const PopupType
-
const PopupType(0) - confirm → const PopupType
-
const PopupType(2) - copyCowsToOtherGroup → const PopupType
-
const PopupType(15) - createNewCow → const PopupType
-
const PopupType(10) - createNewCowGroup → const PopupType
-
const PopupType(17) - diseaseObservationCreateSuccess → const PopupType
-
const PopupType(8) - diseaseObservationInvalidData → const PopupType
-
const PopupType(7) - diseaseObservationUpdateSuccess → const PopupType
-
const PopupType(9) - exitApp → const PopupType
-
const PopupType(6) - gateway → const PopupType
-
const PopupType(5) - loading → const PopupType
-
const PopupType(3) - moveCowsToOtherGroup → const PopupType
-
const PopupType(14) - removeCow → const PopupType
-
const PopupType(12) - removeCowsFromGroup → const PopupType
-
const PopupType(16) - removeGroup → const PopupType
-
const PopupType(19) - removeGroups → const PopupType
-
const PopupType(18) - selectDate → const PopupType
-
const PopupType(20) - sensor → const PopupType
-
const PopupType(4) - updateCow → const PopupType
-
const PopupType(11) -
values
→ const List<
PopupType> -
A constant List of the values in this enum, in order of their declaration.
const List<PopupType>
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