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