Explorator class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
provideExposes(
) → Map< Type, Type> - Returns a map for the exposing of services.
-
provideKnownServices(
AbstractServiceContainer c) → Map< Type, ServiceDescriptor> - Returns all known services that should be registered.
-
providePreloadedTypes(
) → List< Type> - Returns a list of services that should be preloaded.
-
provideServiceTags(
) → Map< Symbol, List< Type> > - Returns a map that describes what service belongs to which tag
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited