ParameterInfo class
Constructors
- ParameterInfo(ParameterElement _parameter, ComponentVisitorExceptionHandler _exceptionHandler)
Properties
- attribute ↔ DartObject?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- injectAnnotation ↔ ElementAnnotation?
-
getter/setter pair
- injectValue ↔ DartObject?
-
getter/setter pair
- isAttribute → bool
-
no setter
- isHost ↔ bool
-
getter/setter pair
- isInject → bool
-
no setter
- isOpaqueToken → bool
-
no setter
- isOptional ↔ bool
-
getter/setter pair
- isPositional → bool
-
no setter
- isSelf ↔ bool
-
getter/setter pair
- isSkipSelf ↔ bool
-
getter/setter pair
- libraryIdentifier → String
-
no setter
- opaqueToken ↔ DartObject?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → DartType
-
no setter
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