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