toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final allowAllBundleIds = this.allowAllBundleIds;
final allowedBundleIds = this.allowedBundleIds;
final appleDeveloperId = this.appleDeveloperId;
return {
'allowAllBundleIds': ?allowAllBundleIds,
'allowedBundleIds': ?allowedBundleIds,
'appleDeveloperId': ?appleDeveloperId,
};
}