ITransaction class
Constructors
- ITransaction({required int chainId, required TransactionType transactionType, required TransactionStatus transactionStatus, required String transactionHash, required String updateTime, required String createTime})
-
ITransaction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- chainId ↔ int
-
getter/setter pair
- createTime ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionHash ↔ String
-
getter/setter pair
- transactionStatus ↔ TransactionStatus
-
getter/setter pair
- transactionType ↔ TransactionType
-
getter/setter pair
- updateTime ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited