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