Creates a text input item.
static ModerationInputItem text(String text) => ModerationInputItemText(text);