dotAll property

bool dotAll
final

If this is enabled, then the . pattern will match all characters, including line terminators.

Implementation

final bool dotAll;