CouponLinkResult class
- Annotations
-
- @freezed
Constructors
- CouponLinkResult({@Default.new('') String? couponRemainCount, @Default.new('') String? kuaiZhanUrl, @Default.new('') String? minCommissionRate, @Default.new(0) num originalPrice, @Default.new('') String? couponInfo, @Default.new(0) num actualPrice, @Default.new('') String? shortUrl, @Default.new('') String? maxCommissionRate, @Default.new('') String? couponEndTime, @Default.new('') String? couponTotalCount, @Default.new('') String? itemId, @Default.new('') String? couponStartTime, @Default.new('') String? couponClickUrl, @Default.new('') String? itemUrl, @Default.new('') String? longTpwd, @Default.new('') String? tpwd})
-
constfactory
-
CouponLinkResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actualPrice → num
-
no setterinherited
-
copyWith
→ $CouponLinkResultCopyWith<
CouponLinkResult> -
no setterinherited
- couponClickUrl → String?
-
no setterinherited
- couponEndTime → String?
-
no setterinherited
- couponInfo → String?
-
no setterinherited
- couponRemainCount → String?
-
no setterinherited
- couponStartTime → String?
-
no setterinherited
- couponTotalCount → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemId → String?
-
no setterinherited
- itemUrl → String?
-
no setterinherited
- kuaiZhanUrl → String?
-
no setterinherited
- longTpwd → String?
-
no setterinherited
- maxCommissionRate → String?
-
no setterinherited
- minCommissionRate → String?
-
no setterinherited
- originalPrice → num
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortUrl → String?
-
no setterinherited
- tpwd → 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