IPSetDescriptor constructor

IPSetDescriptor({
  1. required IPSetDescriptorType type,
  2. required String value,
})

Implementation

IPSetDescriptor({
  required this.type,
  required this.value,
});