BrnBaseConfig class abstract

组件配置基类

Implementers

Constructors

BrnBaseConfig({String configId = GLOBAL_CONFIG_ID, bool autoFlatConfig = false})

Properties

commonConfig BrnCommonConfig
no setter
configId String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initThemeConfig(String configId, {BrnCommonConfig? currentLevelCommonConfig}) → void
部分代码示意如下:
initThemeConfigPersonal() → void
当自定义组件的配置时调用 根据自定义时传入的 configId 对配置字段打平
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