ActionResult class

Annotations
  • @freezed

Constructors

ActionResult({required String result, required String command, required String commandIdentifier, required Map<String, dynamic>? resultInfo})
const
factory
ActionResult.fromJson(Map<String, dynamic> json)
factory

Properties

command String
no setterinherited
commandIdentifier String
no setterinherited
copyWith → $ActionResultCopyWith<ActionResult>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
result String
no setterinherited
resultInfo Map<String, dynamic>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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