UnexpectedCharacterError constructor

const UnexpectedCharacterError({
  1. required int offset,
})

Implementation

const UnexpectedCharacterError({
  required this.offset,
});