toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (debugOptions != null) 'debugOptions': debugOptions!,
  if (languageCode != null) 'languageCode': languageCode!,
  if (searchApplicationId != null)
    'searchApplicationId': searchApplicationId!,
  if (timeZone != null) 'timeZone': timeZone!,
};