DependencyModel class

Constructors

DependencyModel({required int scopeId, required String key, required bool isLazy, required bool isFactory, required bool isAsync, required DependencyStatus status, DependencyType type = DependencyType.other, String? value})

Properties

hashCode int
The hash code for this object.
no setterinherited
isAsync bool
final
isFactory bool
final
isLazy bool
final
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopeId int
final
status DependencyStatus
getter/setter pair
type DependencyType
getter/setter pair
value String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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