Message constructor

Message(
  1. String? body,
  2. String? header
)

Implementation

Message(this.body, this.header);