isChanged property

bool get isChanged

Determine if changed from the initial value

Implementation

bool get isChanged => groupValue != initialValue;