MessageDestination constructor

MessageDestination(
  1. String toExt,
  2. int fromAccId,
  3. String body
)

Implementation

MessageDestination(this.toExt, this.fromAccId, this.body);