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