WinchStatus constructor
WinchStatus({})
Implementation
WinchStatus({
required this.timeUsec,
required this.lineLength,
required this.speed,
required this.tension,
required this.voltage,
required this.current,
required this.status,
required this.temperature,
});