TCICConfig constructor

TCICConfig({
  1. required String token,
  2. required String classId,
  3. required String userId,
  4. RoleEnum? role,
  5. TCICLangConfig? langConfig,
  6. TCICNameConfig? nameConfig,
  7. TCICFontConfig? fontConfig,
  8. List<TCICComponentConfig>? componentConfig,
  9. bool? isLatestBackend = false,
  10. bool? isTestBackend = false,
  11. TCICBasicConfig? basicConfig,
  12. TCICBoardConfig? boardConfig,
  13. TCICLayoutConfig? layoutConfig,
  14. TCICWatermarkConfig? watermarkConfig,
  15. TCICToastConfig? toastConfig,
  16. TCICLogLevelEnum? logLevel,
})

Implementation

TCICConfig({required this.token, required this.classId, required this.userId, this.role, this.langConfig, this.nameConfig, this.fontConfig, this.componentConfig, this.isLatestBackend = false, this.isTestBackend = false, this.basicConfig, this.boardConfig, this.layoutConfig, this.watermarkConfig, this.toastConfig, this.logLevel});