toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bundleId != null) 'bundleId': bundleId!,
      if (consented != null) 'consented': consented!,
      if (contactEmail != null) 'contactEmail': contactEmail!,
      if (display != null) 'display': display!,
      if (iconUrl != null) 'iconUrl': iconUrl!,
      if (name != null) 'name': name!,
      if (platform != null) 'platform': platform!,
      if (releaseCount != null) 'releaseCount': releaseCount!,
    };