WorkerThreadScalingReport.fromJson constructor
WorkerThreadScalingReport.fromJson(
- Map json_
Implementation
WorkerThreadScalingReport.fromJson(core.Map json_)
: this(
currentThreadCount: json_.containsKey('currentThreadCount')
? json_['currentThreadCount'] as core.int
: null,
);