Returns whether the specified module option is enabled.
option
bool isEnabled(String option) => options[option] == true;