Drone constructor
Drone({})
Implementation
Drone({
this.status,
this.error,
this.batteryPercent,
this.altitude,
this.latitude,
this.longitude,
this.speed,
this.roll,
this.pitch,
this.yaw,
});
Drone({
this.status,
this.error,
this.batteryPercent,
this.altitude,
this.latitude,
this.longitude,
this.speed,
this.roll,
this.pitch,
this.yaw,
});