RefundCheckAtol.fromRawJson constructor
RefundCheckAtol.fromRawJson(
- String str
Implementation
factory RefundCheckAtol.fromRawJson(String str) =>
RefundCheckAtol.fromJson(json.decode(str));
factory RefundCheckAtol.fromRawJson(String str) =>
RefundCheckAtol.fromJson(json.decode(str));