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