PopupAction enum Null safety Types
팝업 이벤트 전달시 팝업을 보여줄지 닫을지에대한 타입
Constants
- close → const PopupAction
-
const PopupAction(1)
- show → const PopupAction
-
const PopupAction(0)
-
values
→ const List<
PopupAction> -
A constant List of the values in this enum, in order of their declaration.
const List<
PopupAction>
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