ReaperInitSdkIosBean class

Inheritance

Constructors

ReaperInitSdkIosBean({required String? appId, required String? appKey, String? ksAppId = "", 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 useVersion = true})
const
ReaperInitSdkIosBean.fromJson(Map<String, dynamic> json)

Properties

appId String?
final
appKey String?
final
channelId String?
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
ksAppId String?
for ios platfrom only
final
permissionLocation bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useVersion bool
final

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