menu
neuron
neuron.dart
SetSignal
<
E
>
isEmpty property
isEmpty
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Check if set is empty.
Implementation
bool get isEmpty => val.isEmpty;
neuron
neuron
SetSignal
<
E
>
isEmpty property
SetSignal class