FlightAircraftContractImage constructor
FlightAircraftContractImage({})
Returns a new FlightAircraftContractImage instance.
Implementation
FlightAircraftContractImage({
required this.url,
required this.license,
this.webUrl,
this.author,
this.title,
this.description,
this.htmlAttributions = const [],
});