BrandGoodslist class
- Annotations
-
- @freezed
Constructors
- BrandGoodslist({@JsonKey(name: 'activityType') @Default(0) num activitytype, @JsonKey(name: 'actualPrice') @Default(0) num actualprice, @JsonKey(name: 'brandId') @Default('') String brandid, @JsonKey(name: 'cid') @Default(0) num cid, @JsonKey(name: 'commissionRate') @Default(0) num commissionrate, @JsonKey(name: 'commissionType') @Default(0) num commissiontype, @JsonKey(name: 'couponConditions') @Default('') String couponconditions, @JsonKey(name: 'couponEndTime') @Default('') String couponendtime, @JsonKey(name: 'couponId') @Default('') String couponid, @JsonKey(name: 'couponLink') @Default('') String couponlink, @JsonKey(name: 'couponPrice') @Default(0) num couponprice, @JsonKey(name: 'couponReceiveNum') @Default(0) num couponreceivenum, @JsonKey(name: 'couponStartTime') @Default('') String couponstarttime, @JsonKey(name: 'couponTotalNum') @Default(0) num coupontotalnum, @JsonKey(name: 'dTitle') @Default('') String dtitle, @JsonKey(name: 'dailySales') @Default(0) num dailysales, @JsonKey(name: 'desc') @Default('') String desc, @JsonKey(name: 'discount') @Default(0) num discount, @JsonKey(name: 'flagshipStore') @Default(0) num flagshipstore, @JsonKey(name: 'freeshipRemoteDistrct') @Default(0) num freeshipremotedistrct, @JsonKey(name: 'goodsId') @Default('') String goodsid, @JsonKey(name: 'goodsSign') @Default('') String goodssign, @JsonKey(name: 'id') @Default(0) num id, @JsonKey(name: 'mainPic') @Default('') String mainpic, @JsonKey(name: 'marketingMainPic') @Default('') String marketingmainpic, @JsonKey(name: 'monthSales') @Default(0) num monthsales, @JsonKey(name: 'originPrice') @Default(0) num originprice, @JsonKey(name: 'specialText') @Default([]) List specialtext, @JsonKey(name: 'title') @Default('') String title, @JsonKey(name: 'video') @Default('') String video})
-
constfactory
-
BrandGoodslist.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activitytype → num
-
no setterinherited
- actualprice → num
-
no setterinherited
- brandid → String
-
no setterinherited
- cid → num
-
no setterinherited
- commissionrate → num
-
no setterinherited
- commissiontype → num
-
no setterinherited
-
copyWith
→ $BrandGoodslistCopyWith<
BrandGoodslist> -
no setterinherited
- couponconditions → String
-
no setterinherited
- couponendtime → String
-
no setterinherited
- couponid → String
-
no setterinherited
- couponlink → String
-
no setterinherited
- couponprice → num
-
no setterinherited
- couponreceivenum → num
-
no setterinherited
- couponstarttime → String
-
no setterinherited
- coupontotalnum → num
-
no setterinherited
- dailysales → num
-
no setterinherited
- desc → String
-
no setterinherited
- discount → num
-
no setterinherited
- dtitle → String
-
no setterinherited
- flagshipstore → num
-
no setterinherited
- freeshipremotedistrct → num
-
no setterinherited
- goodsid → String
-
no setterinherited
- goodssign → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → num
-
no setterinherited
- mainpic → String
-
no setterinherited
- marketingmainpic → String
-
no setterinherited
- monthsales → num
-
no setterinherited
- originprice → num
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- specialtext → List
-
no setterinherited
- title → String
-
no setterinherited
- video → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited