CloudBaseConfig class

Constructors

CloudBaseConfig({String? env, String? envId, int? timeout, String? wxAppId, String? wxUniLink, Map<String, String>? appAccess})
CloudBaseConfig.fromMap(Map<String, dynamic> map)

Properties

appAccess Map<String, String>?
应用安全校验密钥
getter/setter pair
env String?
getter/setter pair
envId String?
环境 id
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
timeout int?
请求超时时间
getter/setter pair
wxAppId String?
使用微信登录时, 必须设置这些属性
getter/setter pair
getter/setter pair

Methods

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

Operators

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