NiceFileItem constructor
const
NiceFileItem({})
Implementation
const NiceFileItem({
required this.id,
required this.name,
required this.type,
this.size,
this.modifiedDate,
this.extension,
this.path,
this.children,
this.isExpanded = false,
this.metadata,
});