fromJson static method

FlutterSdkRelease fromJson(
  1. String json
)

Implementation

static FlutterSdkRelease fromJson(String json) {
  return ensureInitialized().decodeJson<FlutterSdkRelease>(json);
}