toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (accountId != null) 'accountId': accountId!,
if (containerId != null) 'containerId': containerId!,
if (fingerprint != null) 'fingerprint': fingerprint!,
if (folderId != null) 'folderId': folderId!,
if (name != null) 'name': name!,
if (notes != null) 'notes': notes!,
if (path != null) 'path': path!,
if (tagManagerUrl != null) 'tagManagerUrl': tagManagerUrl!,
if (workspaceId != null) 'workspaceId': workspaceId!,
};