UntypedMessage<T> constructor

const UntypedMessage<T>(
  1. Connection connection,
  2. T data
)

A message received by the server.

Implementation

const UntypedMessage(this.connection, this.data);