Message.body constructor

Message.body(
  1. String body
)

Implementation

factory Message.body(String body) => Message(body, null);