isNotEmpty property

bool get isNotEmpty

Whether this collection is non-empty.

Implementation

bool get isNotEmpty => _callbacks.isNotEmpty;