Status class

Constructors

Status({String? txId, String? code, bool? delivered, int? codeNum, StatusResult? result, int? received, String? initiator, List<SignerElement>? signers})
Status.fromMap(Map<String, dynamic> json)
factory

Properties

code String?
getter/setter pair
codeNum int?
getter/setter pair
delivered bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initiator String?
getter/setter pair
received int?
getter/setter pair
result StatusResult?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signers List<SignerElement>?
getter/setter pair
txId String?
getter/setter pair

Methods

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

Operators

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