toJson method

Map<String, dynamic> toJson()

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!,
};