BaseMetric.fromJson constructor

BaseMetric.fromJson(
  1. Map json_
)

Implementation

BaseMetric.fromJson(core.Map json_)
  : this(standardMetric: json_['standardMetric'] as core.String?);