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