ActionButton class
Constructors
- ActionButton.new({int aTyp = 1, String actionDeeplink = "", String actionName = "", String callToAction = "", String configCtxt = ""})
- ActionButton.fromJson(Map json)
-
factory
Properties
- actionDeeplink → String
-
final
- actionName → String
-
final
- aTyp → int
-
final
- callToAction → String
-
final
- configCtxt → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited