ExceptionPathSegment constructor

ExceptionPathSegment({
  1. required List<String> names,
  2. bool? negate,
})

Implementation

ExceptionPathSegment({
  required this.names,
  this.negate,
});