AWPurchaseInfo class
集合购买数据的类
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCurrentSubs(
AwPlatformType type) → Future< AWOrder?> - 返回当前有效的订阅中订阅期限最长的
-
getHistoryOrders(
AwPlatformType type) → Future< AWResponseModel< List< ?>AWOrder> > - 获取历史订单
-
getOrders(
AwPlatformType type) → Future< AWResponseModel< List< ?>AWOrder> > - 获取有效订单
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited