UnexpectedCharacterError constructor
const
UnexpectedCharacterError({
- required ScanLocation location,
- required String character,
Implementation
const UnexpectedCharacterError({
required this.location,
required this.character,
});