Folder constructor

Folder({
  1. int? childCount,
})

Creates a new Folder instance.

Implementation

Folder({
  this.childCount,
});