FlightNotificationContract constructor

FlightNotificationContract({
  1. List<FlightContract>? flights = const [],
  2. FlightNotificationContractSubscription? subscription,
})

Returns a new FlightNotificationContract instance.

Implementation

FlightNotificationContract({
  this.flights = const [],
  this.subscription,
});