EntityProcessorError class

Constructors

EntityProcessorError(ClassElement classElement)

Properties

autoIncrementInWithoutRowid → InvalidGenerationSourceError
no setter
foreignKeyDoesNotReferenceEntity → InvalidGenerationSourceError
no setter
foreignKeyNoEntity → InvalidGenerationSourceError
no setter
hashCode int
The hash code for this object.
no setterinherited
missingChildColumns → InvalidGenerationSourceError
no setter
missingIndexColumnName → InvalidGenerationSourceError
no setter
missingParentColumns → InvalidGenerationSourceError
no setter
missingPrimaryKey → InvalidGenerationSourceError
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noMatchingColumn(String columnName) → InvalidGenerationSourceError
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wrongForeignKeyAction(DartObject field, String triggerName) → InvalidGenerationSourceError

Operators

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