GoogleCloudApigeeV1Attributes.fromJson constructor
GoogleCloudApigeeV1Attributes.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1Attributes.fromJson(core.Map json_)
: this(
attribute:
(json_['attribute'] as core.List?)
?.map(
(value) => GoogleCloudApigeeV1Attribute.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);