SynthizerError class

An error reported by synthizer.

Implemented types

Constructors

SynthizerError(String message, int code)
Create a synthizer error.
SynthizerError.fromLib(DartSynthizer lib)
Create an instance with a DartSynthizer instance.
factory

Properties

code int
The error code.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The string of the message.
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
Pretty-printing.
override

Operators

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