FlightNotificationContract constructor
FlightNotificationContract({
- List<
FlightContract> ? flights = const [], - FlightNotificationContractSubscription? subscription,
Returns a new FlightNotificationContract instance.
Implementation
FlightNotificationContract({
this.flights = const [],
this.subscription,
});