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