Contents.text constructor

Contents.text(
  1. String text
)

Implementation

factory Contents.text(String text) => Contents([Content.text(text)]);