Highlight class

Implemented types
Annotations
  • @HiveType(typeId: 1)

Constructors

Highlight({highlight_type type = highlight_type.color, String? text, required int color, required int baseOffset, required int extendOffset})

Properties

baseOffset int
final
color int
final
extendOffset int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final
type highlight_type
final

Methods

compareTo(dynamic other) int
Compares this object to another object.
override
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