DiscoveryType constructor

const DiscoveryType({
  1. required String coreLinkFormatResourceType,
  2. required String dnsDsType,
})

Implementation

const DiscoveryType({
  required this.coreLinkFormatResourceType,
  required this.dnsDsType,
});