isNotEmpty property

bool isNotEmpty

Returns true if this delta is not empty.

Implementation

bool get isNotEmpty => operations.isNotEmpty;