Contents.text constructor
Contents.text(
- String text
Creates contents from a text string.
Implementation
factory Contents.text(String text) => Contents([Content.text(text)]);
Creates contents from a text string.
factory Contents.text(String text) => Contents([Content.text(text)]);