getGenerator static method

BaseGenerator? getGenerator(
  1. String type
)

Get generator for a specific type

Implementation

static BaseGenerator? getGenerator(String type) {
  return _generators[type];
}