FinStoreConfig class
Constructors
Properties
- apiServer ↔ String
-
服务器地址,客户部署的后台地址
getter/setter pair
- apmServer ↔ String?
-
apm统计服务器的地址,如果不填,则默认与apiServer一致
getter/setter pair
- cryptType ↔ String
-
网络接口加密类型,默认为MD5 国密SM
getter/setter pair
- enablePreloadFramework ↔ bool
-
是否开启预加载基础库
getter/setter pair
- encryptServerData ↔ bool
-
是否需要接口加密验证(初始化多服务器时使用)默认为不开启,当设置为YES时开启,接口返回加密数据并处理
getter/setter pair
- fingerprint ↔ String?
-
SDK指纹 证联环境(https://open.fdep.cn/) 时必填,其他环境的不用填
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkKey ↔ String
-
创建应用时生成的SDK Key
getter/setter pair
- sdkSecret ↔ String
-
创建应用时生成的SDK secret
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited