PangleAd class

信息流响应信息

code 响应码,0成功,-1失败 message 错误时,调试信息 count 获得信息流数量,一般同上面传入的count,最终结果以此count为主 data (string list) 用于展示信息流广告的键id

Constructors

PangleAd.empty()
response for loading feed ad
PangleAd.fromJsonMap(Map map)
response for loading feed ad

Properties

code int
final
count int
final
data List<String>
final
hashCode int
The hash code for this object.
no setterinherited
message String?
final
ok bool
是否成功
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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