DirectusFolder constructor

DirectusFolder({
  1. String? id,
  2. String? name,
  3. Object? parent,
})

Implementation

DirectusFolder({
  this.id,
  this.name,
  this.parent,
});