ExpectBeforeError constructor

const ExpectBeforeError({
  1. required Token token,
  2. required ExpectationType expectation,
  3. required ExpectationType before,
})

Implementation

const factory ExpectBeforeError({
  required Token token,
  required ExpectationType expectation,
  required ExpectationType before,
}) = _ExpectBeforeError;