FlightInformation constructor
FlightInformation({})
Implementation
FlightInformation({
required this.armingTimeUtc,
required this.takeoffTimeUtc,
required this.flightUuid,
required this.timeBootMs,
required this.landingTime,
});