LatencyCriteria.fromJson constructor
LatencyCriteria.fromJson(
- Map json_
Implementation
LatencyCriteria.fromJson(core.Map json_)
: this(
threshold: json_['threshold'] as core.String?,
);