AnnotationValue class

Class for storing annotation values.

Specify the class element in element and the annotation type in annotationType.

アノテーションの値を保存するためのクラス。

elementにクラスエレメント、annotationTypeにアノテーションのタイプを指定します。

Constructors

AnnotationValue(ClassElement element, Type annotationType)
Class for storing annotation values.

Properties

annotationType Type
Annotation Type
final
element → ClassElement
Class Element.
final
hashCode int
The hash code for this object.
no setterinherited
implementType String?
Implement type.
latefinal
keyString String
Key string.
latefinal
name String?
Page Name.
latefinal
redirectQueries List<String>
List of RedirectQuery.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transition String?
Transition settings.
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited