FlutterTencentBiddingResult class

Properties

adnId String?
getter/setter pair
expectCostPrice int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highestLossPrice int?
getter/setter pair
isSuccess bool
getter/setter pair
lossReason int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
winPrice int?
getter/setter pair

Methods

fail(int winPrice, int lossReason, String adnId) FlutterTencentBiddingResult
竞价失败
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
success(int expectCostPrice, int highestLossPrice) FlutterTencentBiddingResult
竞价成功
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited