CharacterParser constructor

CharacterParser(
  1. CharacterPredicate predicate,
  2. String message
)

Implementation

CharacterParser(this.predicate, this.message);