GoogleCloudDatacatalogV1EntryOverview.fromJson constructor

GoogleCloudDatacatalogV1EntryOverview.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDatacatalogV1EntryOverview.fromJson(core.Map json_)
    : this(
        overview: json_.containsKey('overview')
            ? json_['overview'] as core.String
            : null,
      );