VrcResult.fromRawJson constructor

VrcResult.fromRawJson(
  1. String str
)

Implementation

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