TextBody.withText constructor

TextBody.withText(
  1. String text
)
Initializes a new instance of the The text of the message body.

Implementation

TextBody.withText(String text)
    : super.withText(text, enumerations.BodyType.Text) {}