GoogleCloudMlV1MeasurementMetric.fromJson constructor

GoogleCloudMlV1MeasurementMetric.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1MeasurementMetric.fromJson(core.Map json_)
  : this(
      metric: json_['metric'] as core.String?,
      value: (json_['value'] as core.num?)?.toDouble(),
    );