isInitialValue method

bool isInitialValue(
  1. T value
)

Implementation

bool isInitialValue(T value) => initialValue == value;