toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (availableOnRestrictedVip != null)
    'availableOnRestrictedVip': availableOnRestrictedVip!,
  if (knownLimitations != null) 'knownLimitations': knownLimitations!,
  if (name != null) 'name': name!,
  if (serviceSupportStage != null)
    'serviceSupportStage': serviceSupportStage!,
  if (supportStage != null) 'supportStage': supportStage!,
  if (supportedMethods != null) 'supportedMethods': supportedMethods!,
  if (title != null) 'title': title!,
};