multiLine property

bool multiLine
final

If this is enabled, then ^ and $ will match the beginning and end of a line, in addition to matching beginning and end of input, respectively.

Implementation

final bool multiLine;