isBase property

bool isBase

Returns true if there are no modified data.

Implementation

bool get isBase => modified.isEmpty;