isDirty property

bool isDirty
inherited

Will be true if the field is dirty

The value of field is changed by user or by logic code.

Implementation

bool get isDirty => _dirty;