RegExpOptions class

Constructors

RegExpOptions({bool initialSearch = false, bool startsWith = false, bool endsWith = false, bool ignoreSpace = false, bool ignoreCase = false, bool global = false, bool fuzzy = false, bool nonCaptureGroup = false, bool emptyMatchAll = false})
const

Properties

emptyMatchAll bool
final
endsWith bool
final
fuzzy bool
final
global bool
final
hashCode int
The hash code for this object.
no setterinherited
ignoreCase bool
final
ignoreSpace bool
final
initialSearch bool
final
nonCaptureGroup bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startsWith bool
final

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