ConstantKeysGenerator.fromConfig constructor

ConstantKeysGenerator.fromConfig()

Implementation

factory ConstantKeysGenerator.fromConfig() {
  final builderConfig = _loadConfigs();

  return ConstantKeysGenerator(builderConfig);
}