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