InterpolationException class

Exception object thrown by Interpolation.

Inheritance

Constructors

InterpolationException(String message)
Represents an exception from the Interpolation class.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The error message.
finalinherited
messagePrefix String
The prefix to display at the beginning of the error message. When reading the message of an exception inside a try-catch block (for example), the output would look like this:
finalinherited
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