ExtendedMetadataSchema.fromJson constructor

ExtendedMetadataSchema.fromJson(
  1. Map json_
)

Implementation

ExtendedMetadataSchema.fromJson(core.Map json_)
  : this(
      jsonSchema: json_['jsonSchema'] as core.String?,
      name: json_['name'] as core.String?,
      schemaVersion: json_['schemaVersion'] as core.String?,
    );