isEmpty property

bool get isEmpty

Returns true if this context is empty

Implementation

bool get isEmpty => _services.isEmpty;