isNotEmpty property
bool
get
isNotEmpty
Whether this collection is non-empty.
Implementation
bool get isNotEmpty => _callbacks.isNotEmpty;
Whether this collection is non-empty.
bool get isNotEmpty => _callbacks.isNotEmpty;