isModified property

bool isModified

Returns true if there are modified data.

Implementation

bool get isModified => modified.isNotEmpty;