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