ActionItem class

Wrapper class to use in ApptiveGridCache

Constructors

ActionItem({required ApptiveLink link, required FormData data})
Creates a new Action Item
ActionItem.fromJson(Map<String, dynamic> json)
Creates a ActionItem base on a json map

Properties

data FormData
Data to be send in the Action
final
hashCode int
The hash code for this object.
no setteroverride
Action to be performed
final
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
toJson() Map<String, dynamic>
Serializes the ActionItem to a json map
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override