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