EnvelopeUnreadable class final

The reply was not a well-formed envelope at all.

Inheritance

Constructors

EnvelopeUnreadable(List<String> notes)
Creates it.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
notes List<String>
What had to be tolerated to read it — fenced, prose-before, duplicate-marker. Diagnostics, not errors.
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