isNotEmpty property

bool isNotEmpty

Returns true if this delta is not empty.

Implementation

bool get isNotEmpty => _operations.isNotEmpty;