@override Object? get(Token name) { switch (name.lexeme) { case 'path': return xfile.path; case 'readAsBytes': return xfile.readAsBytes; } }