archethic_lib_dart
transactions_response
Ledger
toJson method
toJson
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'nft': nft!.toJson(), 'uco': uco!.toJson(), };
archethic_lib_dart
transactions_response
Ledger
toJson method
Ledger class
Constructors
Ledger
fromJson
Properties
hashCode
nft
runtimeType
uco
Methods
noSuchMethod
toJson
toString
Operators
operator ==