toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowAllPackageNames != null)
'allowAllPackageNames': allowAllPackageNames!,
if (allowedPackageNames != null)
'allowedPackageNames': allowedPackageNames!,
if (supportNonGoogleAppStoreDistribution != null)
'supportNonGoogleAppStoreDistribution':
supportNonGoogleAppStoreDistribution!,
};