menu
rumil package
documentation
rumil.dart
EndOfInput
EndOfInput.new constructor
EndOfInput.new constructor
dark_mode
light_mode
EndOfInput
constructor
EndOfInput
(
String
expected
,
Location
location
)
Creates an end-of-input error.
Implementation
EndOfInput(this.expected, this.location);
rumil package
documentation
rumil
EndOfInput
EndOfInput.new constructor
EndOfInput class