isBase property
bool
get
isBase
Returns true if there are no modified data.
Implementation
bool get isBase => modified.isEmpty;
Returns true if there are no modified data.
bool get isBase => modified.isEmpty;