CharMatcher.none constructor

const CharMatcher.none()

A matcher that accepts no character.

Implementation

const factory CharMatcher.none() = NoneCharMatcher;