Folder constructor

Folder({
  1. String? accountId,
  2. String? containerId,
  3. String? fingerprint,
  4. String? folderId,
  5. String? name,
  6. String? notes,
  7. String? path,
  8. String? tagManagerUrl,
  9. String? workspaceId,
})

Implementation

Folder({
  this.accountId,
  this.containerId,
  this.fingerprint,
  this.folderId,
  this.name,
  this.notes,
  this.path,
  this.tagManagerUrl,
  this.workspaceId,
});