updateInitialValue method
Set value to the value and set isInitial to true
of the current state.
If value is null it will be [].
This method removes duplicate values.
Implementation
@override
void updateInitialValue(List<Value> value) => super.updateInitialValue(value);