$ManualLbConfig.fromJson constructor
$ManualLbConfig.fromJson(
- Map json_
Implementation
$ManualLbConfig.fromJson(core.Map json_)
: this(
enabled: json_.containsKey('enabled')
? json_['enabled'] as core.bool
: null,
);