FolderInfo constructor

FolderInfo(
  1. String name,
  2. String title,
  3. String? icon
)

Implementation

FolderInfo(this.name, this.title, this.icon);