ValidVPathMatch constructor

ValidVPathMatch({
  1. required String remainingPath,
  2. required Map<String, String> pathParameters,
  3. required String? localPath,
  4. required List<String> names,
})

Implementation

ValidVPathMatch({
  required this.remainingPath,
  required this.pathParameters,
  required this.localPath,
  required this.names,
});