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