MessageDestination constructor

MessageDestination(
  1. String toExt,
  2. int fromAccId,
  3. String body, {
  4. String? contentType,
})

Implementation

MessageDestination(this.toExt, this.fromAccId, this.body, {this.contentType});