MessageBody.withText constructor
Implementation
MessageBody.withText(String? text,
[enumerations.BodyType bodyType = enumerations.BodyType.HTML]) {
this._bodyType = bodyType;
this._text = text;
}
MessageBody.withText(String? text,
[enumerations.BodyType bodyType = enumerations.BodyType.HTML]) {
this._bodyType = bodyType;
this._text = text;
}