EscTelemetry1To4 constructor
EscTelemetry1To4({})
Implementation
EscTelemetry1To4({
required this.voltage,
required this.current,
required this.totalcurrent,
required this.rpm,
required this.count,
required this.temperature,
});