toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deviceSettings != null) 'deviceSettings': deviceSettings!,
if (powerButtonActions != null)
'powerButtonActions': powerButtonActions!,
if (statusBar != null) 'statusBar': statusBar!,
if (systemErrorWarnings != null)
'systemErrorWarnings': systemErrorWarnings!,
if (systemNavigation != null) 'systemNavigation': systemNavigation!,
};