TimeseriesPercentiles.fromJson constructor

TimeseriesPercentiles.fromJson(
  1. Map json_
)

Implementation

TimeseriesPercentiles.fromJson(core.Map json_)
  : this(p75s: json_.containsKey('p75s') ? json_['p75s'] as core.List : null);