MessageOptions constructor

MessageOptions({
  1. String? body,
  2. String? from,
  3. String? to,
})

Implementation

MessageOptions({this.body, this.from, this.to});