BodyParts constructor

BodyParts(
  1. String textMessage,
  2. String htmlMessage
)

Implementation

BodyParts(this.textMessage, this.htmlMessage);