AnnotationField class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Constants
- columnInfoName → const String
- databaseEntities → const String
- databaseVersion → const String
- databaseViews → const String
- entityForeignKeys → const String
- entityIndices → const String
- entityPrimaryKeys → const String
- entityTableName → const String
- entityWithoutRowid → const String
- onConflict → const String
- primaryKeyAutoGenerate → const String
- queryValue → const String
- typeConverterValue → const String
- viewName → const String
- viewQuery → const String