OpticalFlow constructor
OpticalFlow({})
Implementation
OpticalFlow({
required this.timeUsec,
required this.flowCompMX,
required this.flowCompMY,
required this.groundDistance,
required this.flowX,
required this.flowY,
required this.sensorId,
required this.quality,
required this.flowRateX,
required this.flowRateY,
});