text static method

Creates a text input item.

Implementation

static ModerationInputItem text(String text) => ModerationInputItemText(text);