Dart API Referencedart:coreIllegalJSRegExpException

IllegalJSRegExpException Class

Implements

Exception

Constructors

Code const IllegalJSRegExpException(String _pattern, String _errmsg) #

const IllegalJSRegExpException(String this._pattern, String this._errmsg);

Methods

Code String toString() #

String toString() => "IllegalJSRegExpException: '$_pattern' '$_errmsg'";