isEmpty property
bool
get
isEmpty
Returns true if this delta is empty.
Implementation
bool get isEmpty => operations.isEmpty;
Returns true if this delta is empty.
bool get isEmpty => operations.isEmpty;