GoogleCloudAiplatformV1Scalar.fromJson constructor

GoogleCloudAiplatformV1Scalar.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1Scalar.fromJson(core.Map json_)
  : this(value: (json_['value'] as core.num?)?.toDouble());