menu
stl
stl.dart
BitSet
none method
none
dark_mode
light_mode
none
method
bool
none
(
)
Checks if no bits are set (all false).
Implementation
bool none() => !any();
stl
stl
BitSet
none method
BitSet class