SRVRecord constructor
Implementation
factory SRVRecord({
_i2.num? priority,
_i2.num? weight,
_i2.num? port,
_i2.String? target,
}) =>
SRVRecord._(
priority: priority,
weight: weight,
port: port,
target: target,
);