BatchMsg constructor

const BatchMsg(
  1. List<Msg> messages
)

Creates a batch message.

Implementation

const BatchMsg(this.messages);