AnnotationArguments class
- Mixed-in types
Constructors
-
AnnotationArguments({required List<
AnnotationArgument> positional, required Map<String, AnnotationArgument> named}) - AnnotationArguments.fromDartObject(ElementAnnotation annotation)
-
factory
- AnnotationArguments.none()
Properties
-
all
→ Map<
String, AnnotationArgument> -
no setter
-
extractors
→ List<
ExtractImport?> -
no setteroverride
- hasArguments → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasNamed → bool
-
no setter
- hasPositional → bool
-
no setter
-
imports
→ List<
ServerImports?> -
no setteroverride
- isEmpty → bool
-
no setter
-
named
→ Map<
String, AnnotationArgument> -
final
-
positional
→ List<
AnnotationArgument> -
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
-
packageImports(
) → Iterable< String> -
inherited
-
pathImports(
) → Iterable< String> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited