SDKInit class

Constructors

SDKInit({int? logLevel = 8, String? tempPath = '', String? configPath = '', required String platUUID, required String platAppKey, required String platAppSecret, required int platMovedCard, String? serverIP = '', int? serverPort = 0, int? initType = 0})

Properties

configPath String?
ConfigPath:配置文件目录
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initType int?
InitType:初始化类型---0:服务器初始化;1:DB文件初始化
getter/setter pair
logLevel int?
LogLevel:日志文件等级
getter/setter pair
platAppKey String
PlatAppKey:鉴权用AppKey
getter/setter pair
platAppSecret String
PlatAppSecret:鉴权用AppSecret
getter/setter pair
platMovedCard int
PlatMovedCard:鉴权用MovedCard
getter/setter pair
platUUID String
PlatUUID:鉴权用UUID
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverIP String?
ServerIP:服务器地址
getter/setter pair
serverPort int?
ServerPort:服务器端口
getter/setter pair
tempPath String?
TempPath:临时文件目录
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonString() String
toString() String
A string representation of this object.
inherited

Operators

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