toJson method

Map<String, dynamic> toJson()

Implementation

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