isInitialValue method

bool isInitialValue(
  1. T value
)

Implementation

bool isInitialValue(T value) => state.valueState.isInitialValue(value);