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