YFAdsInitSDKIOSBean class

Inheritance

Constructors

YFAdsInitSDKIOSBean.new({required String? appId, required String? appKey, String? channelId = "", String? ext1 = "", String? ext2 = "", String? ext3 = "", String? ext4 = "", String? ext5 = "", String? ext6 = "", String? ext7 = "", String? ext8 = "", bool? permissionLocation = true, String? firstActiveTime = "", bool enableLog = false, bool enableLocation = false, bool useVersion = true})
const
YFAdsInitSDKIOSBean.fromJson(Map<String, dynamic> json)

Properties

appId String?
final
appKey String?
final
channelId String?
final
enableLocation bool
final
enableLog bool
final
ext1 String?
final
ext2 String?
final
ext3 String?
final
ext4 String?
final
ext5 String?
final
ext6 String?
final
ext7 String?
final
ext8 String?
final
firstActiveTime String?
final
hashCode int
The hash code for this object.
no setterinherited
permissionLocation bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
finalinherited
useVersion bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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