toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowAllBundleIds != null) 'allowAllBundleIds': allowAllBundleIds!,
if (allowedBundleIds != null) 'allowedBundleIds': allowedBundleIds!,
if (appleDeveloperId != null) 'appleDeveloperId': appleDeveloperId!,
};