refactor: Split variable maps into individual vars
Background
We started implementing our utility library using an automated approach. We thought about generating utility classes looping through maps that contained the utility classes parameters. Since we moved to an approach of implementing utilities as needed, those maps are not necessary anymore.
What does this MR do?
There are some leftover maps we have to replace with individual variables. This MR takes care of that.
Edited by 🤖 GitLab Bot 🤖