Check whether the new value is the first value assigned.
Source
bool isFirstChange() => identical(this.previousValue, uninitialized);
Check whether the new value is the first value assigned.
bool isFirstChange() => identical(this.previousValue, uninitialized);