Transfer class
Constructors
- Transfer.new({FungibleInfo? fungibleInfo, NftInfo? nftInfo, String? direction, Quantity? quantity, double? value, double? price})
-
Transfer.fromJson(Map<
String, dynamic> json) -
factory
- Transfer.fromRawJson(String str)
-
factory
Properties
- direction → String?
-
final
- fungibleInfo → FungibleInfo?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nftInfo → NftInfo?
-
final
- price → double?
-
final
- quantity → Quantity?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → double?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited