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