isDirty property

bool get isDirty

Implementation

bool get isDirty =>
    _fields.values.any((state) => (state as JarFieldState).isDirty);