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