GoogleCloudApihubV1OperationSchema.fromJson constructor
GoogleCloudApihubV1OperationSchema.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1OperationSchema.fromJson(core.Map json_)
: this(
jsonSchema: json_.containsKey('jsonSchema')
? json_['jsonSchema'] as core.Map<core.String, core.dynamic>
: null,
);