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