ServerMessage constructor

ServerMessage(
  1. MessageProperties<ServerChannel> _properties, {
  2. required Member author,
})

Implementation

ServerMessage(
  this._properties, {
  required this.author,
});