FolderFile.section constructor

FolderFile.section(
  1. String name
)

Implementation

FolderFile.section(String name) {
  this.name = name;
  this.section = true;
}