menu
neuron
neuron.dart
NeuronAtom
<
T
>
initialValue property
initialValue
dark_mode
light_mode
initialValue
property
T
get
initialValue
The initial value of the atom.
Implementation
T get initialValue => _initialValue;
neuron
neuron
NeuronAtom
<
T
>
initialValue property
NeuronAtom class