MessageReactor constructor

const MessageReactor({
  1. required bool top,
  2. required bool my,
  3. required bool anonymous,
  4. PeerBase? peerId,
  5. required int count,
})

Message Reactor constructor.

Implementation

const MessageReactor({
  required this.top,
  required this.my,
  required this.anonymous,
  this.peerId,
  required this.count,
}) : super._();