AnsiParser class

Constructors

AnsiParser.new(bool dark)

Properties

background Color?
getter/setter pair
dark bool
getter/setter pair
foreground Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spans List<TextSpan>?
getter/setter pair

Methods

createSpan(String text) TextSpan
getColor(int colorCode, bool foreground) Color?
handleCodes(List<int> codes) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String s) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

BRACKET → const int
CODE → const int
TEXT → const int