RegexOptions class

Constructors

RegexOptions({bool multiLine = false, bool caseSensitive = true, bool unicode = false, bool dotAll = false})
Creates a RegexOptions object If multiLine is enabled, then ^ and $ will match the beginning and end of a line, in addition to matching beginning and end of input, respectively.
const

Properties

caseSensitive bool
final
dotAll bool
final
hashCode int
The hash code for this object.
no setterinherited
multiLine bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unicode 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