isBase property

bool get isBase

Returns true if there are no modified data.

Implementation

bool get isBase => modified.isEmpty;