InjectionInjectedItem class final
- Annotations
-
- @JsonSerializable.new()
Constructors
- InjectionInjectedItem({required String key, required dynamic source, required int position, required int length, InjectedItemMetadata? metadata})
-
Returns a new InjectionInjectedItem instance.
const
-
InjectionInjectedItem.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- key → String
-
injected Item unique identifier.
final
- length → int
-
final
- metadata → InjectedItemMetadata?
-
final
- position → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → dynamic
-
One of types:
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override