type property

Maybe<Type?> type
final

The Type that was registered in the Injector. It is None if the type was not injected. An Consumer for example.

Implementation

final Maybe<Type?> type;