serviceTypes property

Iterable<Type> get serviceTypes

Returns all service types in this context

Implementation

Iterable<Type> get serviceTypes => _services.keys;