video_player
dart:core
RegExp
property pattern
pattern
class RegExp
Constructors
RegExp
Properties
isCaseSensitive
isMultiLine
pattern
hashCode
runtimeType
Methods
allMatches
firstMatch
hasMatch
stringMatch
matchAsPrefix
noSuchMethod
toString
Operators
operator ==
String
pattern
The source regular expression string used to create this
RegExp
.
Source
String get pattern;
property pattern