Presolve class

Registers the type passed in to be presolved using the function passed in

Inheritance
Annotations
  • @Deprecated('Use InitializableSingleton instead.')

Constructors

Presolve({Type? classType, Type? asType, required Future presolveUsing(), 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
presolveUsing Future Function()
The static instance Future function to use for resolving the type registered
final
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