CoapConfig constructor
const
CoapConfig({})
Creates a new CoapConfig object.
Implementation
const CoapConfig({
this.port = 5683,
this.securePort = 5684,
this.blocksize,
this.allowMulticastDiscovery = false,
this.multicastDiscoveryTimeout = const Duration(minutes: 60),
this.dtlsCiphers,
this.rootCertificates = const [],
this.dtlsWithTrustedRoots = true,
this.dtlsVerify = true,
});