@override Object? get(Token name) { switch (name.lexeme) { case 'plainText': return text; } throw "Unknown property: ${name.lexeme}"; }