isNotEmpty property

bool isNotEmpty

Whether this collection is non-empty.

Implementation

bool get isNotEmpty => _callbacks.isNotEmpty;