ProNativeAdData class
Constructors
-
ProNativeAdData({String? title, String? desc, String? imageUrl, List<
String> ? imageUrlAry, String? iconImageUrl}) -
ProNativeAdData.fromMap(Map<
String, dynamic> map) -
从Map创建BwtNativeAdData实例
factory
Properties
- desc → String?
-
描述
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconImageUrl → String?
-
icon图片
final
- imageUrl → String?
-
封面大图
final
-
imageUrlAry
→ List<
String> ? -
图片列表
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
标题
final
Methods
-
copyWith(
{String? title, String? desc, String? imageUrl, List< String> ? imageUrlAry, String? iconImageUrl}) → ProNativeAdData - 复制实例
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - 转换为Map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited