@override String emit({int indent = 0}) { final String tabs = "\t" * indent; return "$tabs${expression.emit(indent: indent)}\n"; }