isModified property

bool? isModified

Check if the editable has been modified during the edit process Return boolean true if the editable has been modified.

Implementation

bool? get isModified => _context!.callMethod('isModified');