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