Snapshot class

Annotations
  • @JsonSerializable()

Constructors

Snapshot(String snapshotId, String type, String assetId, String amount, DateTime createdAt, String? opponentId, String? traceId, String? transactionHash, String? sender, String? receiver, String? memo, int? confirmations, String? state)
Snapshot.fromJson(Map<String, dynamic> json)
factory

Properties

amount String
getter/setter pair
assetId String
getter/setter pair
confirmations int?
getter/setter pair
createdAt DateTime
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memo String?
getter/setter pair
opponentId String?
getter/setter pair
receiver String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String?
getter/setter pair
snapshotAt DateTime?
getter/setter pair
snapshotHash String?
getter/setter pair
snapshotId String
getter/setter pair
state String?
getter/setter pair
traceId String?
getter/setter pair
transactionHash String?
getter/setter pair
type String
getter/setter pair

Methods

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

Operators

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