Data class

Constructors

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})
Data.fromJson(Map<String, dynamic> json)

Properties

average double?
getter/setter pair
count int?
getter/setter pair
createdAt String?
getter/setter pair
discounted bool?
getter/setter pair
fromAirportDisplay String
no setter
hashCode int
The hash code for this object.
no setterinherited
highestDicountPercentage int?
getter/setter pair
highestDiscountedPrice double?
getter/setter pair
highestOnlinePrice double?
getter/setter pair
highestOnlinePriceProviderCode String?
getter/setter pair
highestOnlinePriceProviderLogoUrl String?
getter/setter pair
highestOnlinePriceProviderName String?
getter/setter pair
isZero bool
no setter
iV int?
getter/setter pair
parameters Parameters?
getter/setter pair
results List<TripModel>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchCredit bool?
getter/setter pair
searchCreditUsed int?
getter/setter pair
sId String?
getter/setter pair
toAirportDisplay String
no setter
totalSaved double
no setter
updatedAt String?
getter/setter pair
userId String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited