sendIcxResponseFromJson function
- String str
Implementation
SendIcxResponse sendIcxResponseFromJson(String str) => SendIcxResponse.fromJson(json.decode(str));
SendIcxResponse sendIcxResponseFromJson(String str) => SendIcxResponse.fromJson(json.decode(str));