requestType static method

CoapMessageType requestType({
  1. required bool confirmable,
})

Implementation

static CoapMessageType requestType({required final bool confirmable}) =>
    confirmable ? con : non;