CodeFindResult class

Constructors

CodeFindResult({required int index, required List<CodeLineSelection> matches, required CodeFindOption option, required CodeLines codeLines, required bool dirty})
const

Properties

codeLines CodeLines
final
currentMatch CodeLineSelection?
no setter
dirty bool
final
hashCode int
The hash code for this object.
no setteroverride
index int
final
matches List<CodeLineSelection>
final
next CodeFindResult
no setter
option CodeFindOption
final
previous CodeFindResult
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? index, List<CodeLineSelection>? matches, CodeFindOption? option, CodeLines? codeLines, bool? dirty}) CodeFindResult
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.
override