DevSupportInfo
constructor(basicInfo: DevInfoList, authConfig: DevInfoList, bootConfig: BootConfig, currentUser: UserAccount?, runtimeConfig: RuntimeConfig)
constructor(basicInfo: DevInfoList? = null, authConfigSection: DevInfoSection? = null, bootConfigSection: DevInfoSection? = null, currentUserSection: DevInfoSection? = null, runtimeConfigSection: DevInfoSection? = null, additionalSections: MutableList<DevInfoSection> = mutableListOf())