reFlags top-level property

RegExp reFlags
final

Used to match RegExp flags from their coerced string values.

Implementation

final reFlags = RegExp(r"\w*$");