Folder constructor

Folder({
  1. String? type,
})

Implementation

Folder({
  this.type,
});