RasterDiagnostic class final Ultraviolet
A fidelity problem encountered while rasterizing a terminal buffer.
Constructors
- RasterDiagnostic(String message, {int? x, int? y, String? code})
-
Describes an unsupported feature or invalid glyph at a cell location.
const
Properties
- code → String?
-
Machine-readable diagnostic category.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Human-readable explanation.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x → int?
-
Zero-based terminal column, when applicable.
final
- y → int?
-
Zero-based terminal row, when applicable.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited