RegexOptions class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
isCaseSensitive
↔ bool ?
Whether the regex
specified is case sensitive. Default is
true.
getter/setter pair
regex
↔ String
The regular expresson to check.
getter/setter pair
requireCapturing
↔ bool ?
Whether the regex
specified requires capturing. Capturing is
only required for redirect rules which specify a
regexSubstition
action. The default is false.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
toJS
→ RegexOptions
no setter
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited