isEmpty property
bool
get
isEmpty
Whether this delta contains any changed cells.
Implementation
bool get isEmpty => lines.isEmpty;
Whether this delta contains any changed cells.
bool get isEmpty => lines.isEmpty;