VinResult.fromRawJson constructor

VinResult.fromRawJson(
  1. String str
)

Implementation

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