ServerMessage constructor
ServerMessage(
- MessageProperties<
ServerChannel> _properties, { - required Member author,
Implementation
ServerMessage(
this._properties, {
required this.author,
});