RealmInvalidGenerationSourceError class

Constructors

RealmInvalidGenerationSourceError(String message, {required String todo, required Element element, FileSpan? primarySpan, bool? color, String? primaryLabel, Map<FileSpan, String> secondarySpans = const {}})

Properties

color bool
getter/setter pair
element → Element?
The code element associated with this error.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
What failure occurred.
finalinherited
node → AstNode?
The AST Node associated with this error.
finalinherited
primaryLabel String?
final
primarySpan → FileSpan?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondarySpans Map<FileSpan, String>
final
todo String
What could have been changed in the source code to resolve this error.
finalinherited

Methods

format([bool color = false]) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.

Operators

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