DebugOptions.fromJson constructor
DebugOptions.fromJson(
- Map _json
Implementation
DebugOptions.fromJson(core.Map _json)
: this(
enableHotKeyLogging: _json.containsKey('enableHotKeyLogging')
? _json['enableHotKeyLogging'] as core.bool
: null,
);