GoogleCloudApigeeV1Properties.fromJson constructor
GoogleCloudApigeeV1Properties.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1Properties.fromJson(core.Map json_)
: this(
property: json_.containsKey('property')
? (json_['property'] as core.List)
.map((value) => GoogleCloudApigeeV1Property.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList()
: null,
);