Collection if imports, that should be added to config class
Iterable<String> get imports => [ ...(config[ConfigFieldType.IMPORTS]?.toList() ?? []), ...(extConfig[ConfigFieldType.IMPORTS]?.toList() ?? []), ];