HistoryPriceResult class
Constructors
-
HistoryPriceResult.new({List<
HistoricalPrice> ? historicalPrice, double? commissionRate, String? brandName, String? couponConditions, double? originalPrice, String? goodsId, String? itemLink, int? dailySales, String? title, String? dtitle, int? couponTotalNum, int? commissionType, int? monthSales, DateTime? couponEndTime, int? twoHoursSales, String? marketingMainPic, DateTime? couponStartTime, int? brandId, int? couponReceiveNum, String? mainPic, double? couponPrice, int? id, String? desc}) -
HistoryPriceResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- brandId ↔ int?
-
getter/setter pair
- brandName ↔ String?
-
getter/setter pair
- commissionRate ↔ double?
-
getter/setter pair
- commissionType ↔ int?
-
getter/setter pair
- couponConditions ↔ String?
-
getter/setter pair
- couponEndTime ↔ DateTime?
-
getter/setter pair
- couponPrice ↔ double?
-
getter/setter pair
- couponReceiveNum ↔ int?
-
getter/setter pair
- couponStartTime ↔ DateTime?
-
getter/setter pair
- couponTotalNum ↔ int?
-
getter/setter pair
- dailySales ↔ int?
-
getter/setter pair
- desc ↔ String?
-
getter/setter pair
- dtitle ↔ String?
-
getter/setter pair
- goodsId ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
historicalPrice
↔ List<
HistoricalPrice> ? -
getter/setter pair
- id ↔ int?
-
getter/setter pair
- itemLink ↔ String?
-
getter/setter pair
- mainPic ↔ String?
-
getter/setter pair
- marketingMainPic ↔ String?
-
getter/setter pair
- monthSales ↔ int?
-
getter/setter pair
- originalPrice ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
getter/setter pair
- twoHoursSales ↔ int?
-
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