menu
arcane package
documentation
component/vfs/api/vfs.dart
VFS
isSelected method
isSelected method
dark_mode
light_mode
isSelected
method
bool
isSelected
(
VEntity
ent
)
Implementation
bool isSelected(VEntity ent) => selection.value.contains(ent);
arcane package
documentation
component/vfs/api/vfs
VFS
isSelected method
VFS class