toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (applicationTitle != null) 'applicationTitle': applicationTitle!,
if (name != null) 'name': name!,
if (orgInternalOnly != null) 'orgInternalOnly': orgInternalOnly!,
if (supportEmail != null) 'supportEmail': supportEmail!,
};