GoogleCloudApihubV1Schema.fromJson constructor
GoogleCloudApihubV1Schema.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1Schema.fromJson(core.Map json_)
: this(
displayName: json_['displayName'] as core.String?,
rawValue: json_['rawValue'] as core.String?,
);