fromJson static method

PackageScore fromJson(
  1. String json
)

Implementation

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