RpcAnswerDropped constructor

const RpcAnswerDropped({
  1. required int msgId,
  2. required int seqNo,
  3. required int bytes,
})

Rpc Answer Dropped constructor.

Implementation

const RpcAnswerDropped({
  required this.msgId,
  required this.seqNo,
  required this.bytes,
}) : super._();