Content.text constructor

Content.text(
  1. String text
)

Implementation

factory Content.text(String text) => TextContent(text: text);