Factory class

Registers the type passed in as a Factory in the get_it locator

Inheritance

Constructors

Factory({Type? classType, Type? asType, Set<String>? environments, String? instanceName})
const

Properties

asType Type?
An abstracted class type of service to register
finalinherited
classType Type?
The type of the service to register
finalinherited
dispose Function?
finalinherited
environments Set<String>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
instanceName String?
finalinherited
param1 Type?
finalinherited
param2 Type?
finalinherited
resolveUsing Function?
finalinherited
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited