BaseTextContent.fromText constructor
BaseTextContent.fromText(
- String message
Implementation
BaseTextContent.fromText(String message)
: super.fromType(ContentType.TEXT) {
this['text'] = message;
}