updateInitialValue method

  1. @override
void updateInitialValue(
  1. List<Value> value
)
override

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);