CoreAction class
- Implementers
Constructors
- CoreAction(Map map)
- Constructor of CoreAction
Properties
- app ↔ String?
-
action type app
getter/setter pair
- call ↔ String?
-
action type call
getter/setter pair
- clickedButton ↔ int?
-
action clicked
getter/setter pair
- destroy ↔ bool
-
action type boolean destroy
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- market ↔ String?
-
action type market
getter/setter pair
- noAction ↔ String?
-
action type no action
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
action type share
getter/setter pair
- topics ↔ List?
-
action type list of topics
getter/setter pair
- type ↔ Type?
-
action type
getter/setter pair
- url ↔ String?
-
action type url
getter/setter pair
- wallet ↔ String?
-
action type wallet
getter/setter pair
- webview ↔ String?
-
action type webview
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map - Convertion Model CoreAction to Map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ACTION → const String
- Action description string
- CLICKED_BUTTON → const String
- Action clicked button
- TYPE_APP → const String
- String field name type app
- TYPE_CALL → const String
- String field name type call
- TYPE_MARKET → const String
- String field name type market
- TYPE_NO_ACTION → const String
- String field name type no action
- TYPE_SHARE → const String
- String field name type share
- TYPE_URL → const String
- String field name type url
- TYPE_WALLET → const String
- String field name type wallet
- TYPE_WEBVIEW → const String
- String field name type webview