HighlightRegion class

A description of a region that could have special highlighting associated with it.

Constructors

HighlightRegion(String type, int offset, int length)

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
The length of the region to be highlighted.
final
offset int
The offset of the region to be highlighted.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of highlight associated with the region.
final

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

Static Methods

parse(Map m) HighlightRegion