menu
stl
stl.dart
HashSet
<
T
>
isNotEmpty property
isNotEmpty
dark_mode
light_mode
isNotEmpty
property
@
override
bool
get
isNotEmpty
override
Returns
true
if the set is not empty.
Implementation
@override bool get isNotEmpty => _container.isNotEmpty;
stl
stl
HashSet
<
T
>
isNotEmpty property
HashSet class