Injectable class
- Implemented types
- Mixed-in types
- Annotations
-
- @JsonSerializable()
Constructors
-
Injectable({required String type, required String import, required Implementation? implementation, required String constructor, required List<
Parameter> parameters, required int priority, required Group? group, required RegisterType registerType, required List<String> ignoreForFile}) -
const
- Injectable.fromJson(Map json)
-
factory
Properties
- constructor → String
-
final
- constructorAccess → String
-
no setter
- group → Group?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ignoreForFile
→ List<
String> -
final
- implementation → Implementation?
-
final
- import → String
-
final
-
imports
→ Iterable<
String> -
no setter
-
namedParameters
→ List<
Parameter> -
no setterinherited
-
parameterImports
→ List<
String> -
no setterinherited
-
parameters
→ List<
Parameter> -
final
-
positionalParameters
→ List<
Parameter> -
no setterinherited
- priority → int
-
final
- registerType → RegisterType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
final
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