Data constructor
Data({ - Parameters? parameters,
- String? sId,
- List<TripModel>? results,
- bool? searchCredit,
- bool? discounted,
- double? average,
- int? count,
- int? highestDicountPercentage,
- String? userId,
- String? createdAt,
- String? updatedAt,
- int? iV,
- double? highestOnlinePrice,
- double? highestDiscountedPrice,
- String? highestOnlinePriceProviderCode,
- String? highestOnlinePriceProviderLogoUrl,
- String? highestOnlinePriceProviderName,
- int? searchCreditUsed,
})
Implementation
Data(
{this.parameters,
this.sId,
this.results,
this.searchCredit,
this.discounted,
this.average,
this.count,
this.highestDicountPercentage,
this.userId,
this.createdAt,
this.updatedAt,
this.iV,
this.highestOnlinePrice,
this.highestDiscountedPrice,
this.highestOnlinePriceProviderCode,
this.highestOnlinePriceProviderLogoUrl,
this.highestOnlinePriceProviderName,
this.searchCreditUsed,
});