toJson method

  1. @override
Object toJson()

Implementation

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