Folder constructor

Folder({
  1. String? absolutePath,
  2. String? relativePath,
  3. String? treeId,
})

Implementation

Folder({
  this.absolutePath,
  this.relativePath,
  this.treeId,
});