UnexpectedCharacterError constructor
const
UnexpectedCharacterError({
- required int offset,
Implementation
const UnexpectedCharacterError({
required this.offset,
});
const UnexpectedCharacterError({
required this.offset,
});