GlobalConfig class
Constructors
- GlobalConfig()
-
factory
Properties
- config → ProjectConfig
-
no setter
- currentApi → String
-
no setter
- currentCacheDir ↔ String?
-
保存图片和视频的缓存地址
getter/setter pair
- currentColor ↔ Color
-
alert 确认按钮颜色
AssetSelect
Badge 背景色 BasicLoading loading 颜色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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDefaultConfig(
ProjectConfig config, {bool? enableBeta, String? channel}) → Future< void> - 设置app 一些默认参数
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited