hasChanges property

bool get hasChanges
override

Verifica si hay cambios comparando el valor actual con el inicial

Implementation

bool get hasChanges => compareTo(initial) != 0;