ProtocolType constructor

const ProtocolType({
  1. required String defaultDnsSdUriScheme,
  2. required String dnsSdProtocolLabel,
})

Implementation

const ProtocolType({
  required this.defaultDnsSdUriScheme,
  required this.dnsSdProtocolLabel,
});