BasicStringSingleCommand appendText(String? text) { return append(TextAppendat.create(text ?? '')); }