CreateTx class
Constructors
- CreateTx({required Estimation estimation, required Tx tx, required Order order, required String orderId, required String fixFee, required num userPoints})
-
CreateTx.fromJson(Map<
String, dynamic> json) -
factory
Properties
- estimation → Estimation
-
final
- fixFee → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- order → Order
-
final
- orderId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tx → Tx
-
final
- userPoints → num
-
final
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