getGen method

int getGen(
  1. GeneratorType type
)

Implementation

int getGen(GeneratorType type) {
  return gs[type]!.toInt();
}