isNotEmpty property

bool isNotEmpty

Alias to ![isEmpty].

Implementation

bool get isNotEmpty => _operations.isNotEmpty;