NASDeviceInfo constructor
NASDeviceInfo({})
Implementation
NASDeviceInfo({
required this.serviceName,
required this.serviceType,
required this.sn,
this.target,
required this.port,
required this.ipAddress,
this.macAddress,
this.remoteId,
required this.txtRecords,
});