isNotEmpty property
bool
get
isNotEmpty
Returns true if this context is not empty
Implementation
bool get isNotEmpty => _services.isNotEmpty;
Returns true if this context is not empty
bool get isNotEmpty => _services.isNotEmpty;