CodeLine class

Annotations

Constructors

CodeLine({required String text, required TextRange textRange, required int indent, bool isReadOnly = false})
const
CodeLine.fromTextAndRange({required String text, required TextRange textRange, bool isReadOnly = false})
CodeLine.fromTextAndStart(String text, int start, {bool isReadOnly = false})

Properties

hashCode int
The hash code for this object.
no setteroverride
indent int
final
isReadOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
textRange TextRange
final

Methods

copyWith({String? text, TextRange? textRange, bool? isReadOnly}) CodeLine
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.
override