UntypedMessage<T> constructor
const
UntypedMessage<T> (
- Connection connection,
- T data
A message received by the server.
Implementation
const UntypedMessage(this.connection, this.data);