menu
neuron
neuron.dart
SetSignal
<
E
>
contains method
contains
dark_mode
light_mode
contains
method
bool
contains
(
E
element
)
Check if element exists.
Implementation
bool contains(E element) => val.contains(element);
neuron
neuron
SetSignal
<
E
>
contains method
SetSignal class