DepArg class

An annotation for the dep_deg package.

Annotation of class constructor arguments. Determines which arguments should be replaced with dependencies using a code generator

Constructors

DepArg({String? package})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
package String?
If parameter type is described in the external package; import 'package_name/package_name.dart' as xxx ... @DepArg(package: 'xxx')
final
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