fromJson static method

MetadataChanged fromJson(
  1. String json
)

Implementation

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