UDPItem constructor
const
UDPItem({
- int? rand,
- XrayInt32Range? randRange,
- String? capture,
- String? type,
- String? reuse,
- CustomTransform? transform,
- Object? packet,
Implementation
const factory UDPItem({
int? rand,
XrayInt32Range? randRange,
String? capture,
String? type,
String? reuse,
CustomTransform? transform,
Object? packet,
}) = _UDPItem;