archethic_lib_dart
transaction_last_response
TransactionLastResponse
toJson method
toJson
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "data": data!.toJson(), };
archethic_lib_dart
transaction_last_response
TransactionLastResponse
toJson method
TransactionLastResponse class
Constructors
TransactionLastResponse
fromJson
Properties
data
hashCode
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==