toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (appPricing != null) 'appPricing': appPricing!,
      if (appTracks != null) 'appTracks': appTracks!,
      if (appVersions != null) 'appVersions': appVersions!,
      if (author != null) 'author': author!,
      if (availableCountries != null)
        'availableCountries': availableCountries!,
      if (category != null) 'category': category!,
      if (contentRating != null) 'contentRating': contentRating!,
      if (description != null) 'description': description!,
      if (distributionChannel != null)
        'distributionChannel': distributionChannel!,
      if (features != null) 'features': features!,
      if (fullDescription != null) 'fullDescription': fullDescription!,
      if (iconUrl != null) 'iconUrl': iconUrl!,
      if (managedProperties != null) 'managedProperties': managedProperties!,
      if (minAndroidSdkVersion != null)
        'minAndroidSdkVersion': minAndroidSdkVersion!,
      if (name != null) 'name': name!,
      if (permissions != null) 'permissions': permissions!,
      if (playStoreUrl != null) 'playStoreUrl': playStoreUrl!,
      if (recentChanges != null) 'recentChanges': recentChanges!,
      if (screenshotUrls != null) 'screenshotUrls': screenshotUrls!,
      if (smallIconUrl != null) 'smallIconUrl': smallIconUrl!,
      if (title != null) 'title': title!,
      if (updateTime != null) 'updateTime': updateTime!,
    };