Operation class

Constructors

Operation(String _name, Map<String, dynamic> payload)
const
Operation.fromJson(List json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name OperationName?
no setter
payload Map<String, dynamic>
final
rawName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
virtual VirtualOperationName?
no setter

Methods

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

Operators

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