menu
koin package
documentation
internals
ProviderDefinition
<
T
>
hasType method
hasType
brightness_4
hasType
method
bool
hasType
(
Type
type
)
Implementation
bool hasType(Type type) { return primaryType == type || secondaryTypes.contains(type); }
koin package
documentation
internals
ProviderDefinition
<
T
>
hasType method
ProviderDefinition class
Constructors
ProviderDefinition
Properties
definition
hashCode
kind
onDispose
options
primaryType
qualifier
runtimeType
scopeDefinition
secondaryTypes
Methods
bind
binds
canBind
copy
hasType
isIt
noSuchMethod
onClose
toString
Operators
operator ==