PathGroup constructor

const PathGroup(
  1. RegExp pattern, {
  2. required int length,
  3. required bool nested,
  4. Map<int, String> args = const {},
})

Implementation

const PathGroup(
  this.pattern, {
  required this.length,
  required this.nested,
  this.args = const {},
});