Percentiles.fromJson constructor
Percentiles.fromJson(
- Map json_
Implementation
Percentiles.fromJson(core.Map json_)
: this(
p75: json_['p75'],
);
Percentiles.fromJson(core.Map json_)
: this(
p75: json_['p75'],
);