CharacterGroup constructor

const CharacterGroup(
  1. List<CharacterGroupRange> ranges, {
  2. bool negated = false,
})

Constructs a group that accepts one or more CharacterGroupRanges, and optionally can use a negated matching

Implementation

const CharacterGroup(this.ranges, {this.negated = false,});