Pdu constructor

Pdu(
  1. PduType type,
  2. int requestId,
  3. List<Varbind> varbinds, {
  4. PduError error = PduError.NoError,
  5. int errorIndex = 0,
})

Implementation

Pdu(this.type, this.requestId, this.varbinds,
    {this.error = PduError.NoError, this.errorIndex = 0});