GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema.fromJson constructor
GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema.fromJson(core.Map json_)
: this(
text: json_.containsKey('text') ? json_['text'] as core.String : null,
);