GoogleCloudApihubV1CustomCuration.fromJson constructor

GoogleCloudApihubV1CustomCuration.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApihubV1CustomCuration.fromJson(core.Map json_)
  : this(curation: json_['curation'] as core.String?);