serviceDefinitionsByType property

  1. @visibleForTesting
Map<Type, ServiceDefinition> serviceDefinitionsByType
final

This is only here for testing and you should not use this in your code

Implementation

@visibleForTesting
final Map<Type, ServiceDefinition<dynamic>> serviceDefinitionsByType;