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