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