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