menu
stl
stl.dart
Set
<
T
>
empty property
empty
dark_mode
light_mode
empty
property
bool
get
empty
Returns
true
if the set is empty.
Implementation
bool get empty => _container.isEmpty;
stl
stl
Set
<
T
>
empty property
Set class