FindReplaceLocalizations class

Constructors

FindReplaceLocalizations({required String find, required String previousMatch, required String nextMatch, required String close, required String replace, required String replaceAll, required String noResult})

Properties

close String
final
find String
final
hashCode int
The hash code for this object.
no setterinherited
nextMatch String
final
noResult String
final
previousMatch String
final
replace String
final
replaceAll String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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