EkfExt constructor
EkfExt({})
Implementation
EkfExt({
required this.timestamp,
required this.windspeed,
required this.winddir,
required this.windz,
required this.airspeed,
required this.beta,
required this.alpha,
});