TCICConfig class
- Inheritance
-
- Object
- TCICBaseModel
- TCICConfig
Constructors
-
TCICConfig({required String token, required String classId, required String userId, RoleEnum? role, TCICLangConfig? langConfig, TCICNameConfig? nameConfig, TCICFontConfig? fontConfig, List<
TCICComponentConfig> ? componentConfig, bool? isLatestBackend = false, bool? isTestBackend = false, TCICBasicConfig? basicConfig, TCICBoardConfig? boardConfig, TCICLayoutConfig? layoutConfig, TCICWatermarkConfig? watermarkConfig, TCICToastConfig? toastConfig, TCICLogLevelEnum? logLevel})
Properties
- basicConfig ↔ TCICBasicConfig?
-
getter/setter pair
- boardConfig ↔ TCICBoardConfig?
-
getter/setter pair
- classId ↔ String
-
getter/setter pair
-
componentConfig
↔ List<
TCICComponentConfig> ? -
getter/setter pair
- fontConfig ↔ TCICFontConfig?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLatestBackend ↔ bool?
-
getter/setter pair
- isTestBackend ↔ bool?
-
getter/setter pair
- langConfig ↔ TCICLangConfig?
-
getter/setter pair
- layoutConfig ↔ TCICLayoutConfig?
-
getter/setter pair
- logLevel ↔ TCICLogLevelEnum?
-
getter/setter pair
- nameConfig ↔ TCICNameConfig?
-
getter/setter pair
- role ↔ RoleEnum?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toastConfig ↔ TCICToastConfig?
-
getter/setter pair
- token ↔ String
-
getter/setter pair
- userId ↔ String
-
getter/setter pair
- watermarkConfig ↔ TCICWatermarkConfig?
-
getter/setter pair
Methods
-
destroy(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → TCICConfig -
override