$Handler.fromJson constructor
$Handler.fromJson(
- Map json_
Implementation
$Handler.fromJson(core.Map json_)
: this(
scriptPath: json_.containsKey('scriptPath')
? json_['scriptPath'] as core.String
: null,
);