menu
flutter_icon_network package
documentation
send_icx_response
SendIcxResponse
toJson method
toJson
brightness_4
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "txHash": txHash, "status": status, };
flutter_icon_network package
documentation
send_icx_response
SendIcxResponse
toJson method
SendIcxResponse class
Constructors
SendIcxResponse
fromJson
Properties
hashCode
runtimeType
status
txHash
Methods
copyWith
noSuchMethod
toJson
toString
Operators
operator ==