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