toJson method
Implementation
@override
Object toJson() => {
'attachmentId': ?attachmentId,
'displayName': ?displayName,
if (excludedFolders.isNotDefault) 'excludedFolders': excludedFolders,
if (excludedProjects.isNotDefault) 'excludedProjects': excludedProjects,
'name': ?name,
'securityPolicyId': ?securityPolicyId,
'shortName': ?shortName,
};