IPSetDescriptor constructor
IPSetDescriptor({
- required IPSetDescriptorType type,
- required String value,
Implementation
IPSetDescriptor({
required this.type,
required this.value,
});