archethic_lib_dart
transaction_chain_response
TransactionChainResponseUcoTransfers
toJson method
toJson
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'amount': amount, 'to': to, };
archethic_lib_dart
transaction_chain_response
TransactionChainResponseUcoTransfers
toJson method
TransactionChainResponseUcoTransfers class
Constructors
TransactionChainResponseUcoTransfers
fromJson
Properties
amount
hashCode
runtimeType
to
Methods
noSuchMethod
toJson
toString
Operators
operator ==