RegExpDialect constructor
      
      RegExpDialect(})
     
    
    
Implementation
RegExpDialect(Map<String, String> dialect,
    {this.multiLine = false,
    this.caseSensitive = true,
    bool throwCompilationErrors = true}) {
  _dialect = _compile(dialect, throwCompilationErrors);
}