CodeFindValue class

Constructors

CodeFindValue({required CodeFindOption option, required bool replaceMode, CodeFindResult? result, bool searching = false})
const
CodeFindValue.empty()
const

Properties

hashCode int
The hash code for this object.
no setteroverride
option CodeFindOption
final
replaceMode bool
final
result CodeFindResult?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searching bool
final

Methods

copyWith({CodeFindOption? option, bool? replaceMode, required CodeFindResult? result, bool? searching}) CodeFindValue
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