ThemedCodeError class

Constructors

ThemedCodeError({required String code, required int line, String? name, dynamic expected, dynamic received})
ThemedCodeError is the definition of each error that can be displayed in the editor
const

Properties

code String
code is the error code, this should be a translation key If is not a translation key, the error will be displayed as it is
final
expected → dynamic
expected is a dynamic value to show in the error
final
hashCode int
The hash code for this object.
no setterinherited
line int
line is the line of the error
final
name String?
name is the name of the function or element
final
received → dynamic
received is a dynamic value to show in the error
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
toString() String
A string representation of this object.
inherited

Operators

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