TaobaoOnePriceResult class

Constructors

TaobaoOnePriceResult({String? promotionSceneId, DateTime? activityEndTime, String? materialLink, String? activityLink, String? activityName, DateTime? activityStartTime, int? id, int? type, String? activityInfo})
TaobaoOnePriceResult.fromJson(dynamic json)
factory

Properties

activityEndTime DateTime?
getter/setter pair
activityInfo String?
getter/setter pair
getter/setter pair
activityName String?
getter/setter pair
activityStartTime DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
getter/setter pair
promotionSceneId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type 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