SystraceSetup.fromJson constructor
SystraceSetup.fromJson(
- Map _json
Implementation
SystraceSetup.fromJson(core.Map _json)
: this(
durationSeconds: _json.containsKey('durationSeconds')
? _json['durationSeconds'] as core.int
: null,
);