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