toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final appRestrictionsSchema = this.appRestrictionsSchema;
final appTracks = this.appTracks;
final appVersion = this.appVersion;
final authorName = this.authorName;
final availableCountries = this.availableCountries;
final availableTracks = this.availableTracks;
final category = this.category;
final contentRating = this.contentRating;
final description = this.description;
final detailsUrl = this.detailsUrl;
final distributionChannel = this.distributionChannel;
final features = this.features;
final fullDescription = this.fullDescription;
final iconUrl = this.iconUrl;
final lastUpdatedTimestampMillis = this.lastUpdatedTimestampMillis;
final minAndroidSdkVersion = this.minAndroidSdkVersion;
final permissions = this.permissions;
final productId = this.productId;
final productPricing = this.productPricing;
final recentChanges = this.recentChanges;
final requiresContainerApp = this.requiresContainerApp;
final screenshotUrls = this.screenshotUrls;
final signingCertificate = this.signingCertificate;
final smallIconUrl = this.smallIconUrl;
final title = this.title;
final workDetailsUrl = this.workDetailsUrl;
return {
'appRestrictionsSchema': ?appRestrictionsSchema,
'appTracks': ?appTracks,
'appVersion': ?appVersion,
'authorName': ?authorName,
'availableCountries': ?availableCountries,
'availableTracks': ?availableTracks,
'category': ?category,
'contentRating': ?contentRating,
'description': ?description,
'detailsUrl': ?detailsUrl,
'distributionChannel': ?distributionChannel,
'features': ?features,
'fullDescription': ?fullDescription,
'iconUrl': ?iconUrl,
'lastUpdatedTimestampMillis': ?lastUpdatedTimestampMillis,
'minAndroidSdkVersion': ?minAndroidSdkVersion,
'permissions': ?permissions,
'productId': ?productId,
'productPricing': ?productPricing,
'recentChanges': ?recentChanges,
'requiresContainerApp': ?requiresContainerApp,
'screenshotUrls': ?screenshotUrls,
'signingCertificate': ?signingCertificate,
'smallIconUrl': ?smallIconUrl,
'title': ?title,
'workDetailsUrl': ?workDetailsUrl,
};
}