GoogleCloudAiplatformV1CometResult.fromJson constructor
GoogleCloudAiplatformV1CometResult.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1CometResult.fromJson(core.Map json_)
: this(score: (json_['score'] as core.num?)?.toDouble());