getConfig function

Config getConfig()

Implementation

Config getConfig() {
  return Config(
    mutagens: _mutagens,
    brightness: _brightness,
    yearDivide: _yearDivide,
    horoscopeDivide: _horoscopeDivide,
    ageDivide: _ageDivide,
    algorithm: _algorithm,
  );
}