AutopilotConfig.fromJson constructor
AutopilotConfig.fromJson(
- Map json_
Implementation
AutopilotConfig.fromJson(core.Map json_)
: this(enabled: json_['enabled'] as core.bool?);
AutopilotConfig.fromJson(core.Map json_)
: this(enabled: json_['enabled'] as core.bool?);