bool isFirstChange()

Check whether the new value is the first value assigned.

Source

bool isFirstChange() => identical(this.previousValue, uninitialized);