ColoredFragmentsBuffer class

The pupose of this buffer is to be merged.

Implemented types

Constructors

ColoredFragmentsBuffer()

Properties

fragments List<ColoredBufferFragment>
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

Methods

flush() → void
override
merge(ResultBuffer buffer) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(dynamic message, {dynamic color}) → void
override
writeln(dynamic message, {dynamic color}) → void
override

Operators

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