fromJson static method

PackagePublisher fromJson(
  1. String json
)

Implementation

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