GruntFactory<G extends Grunt>.of constructor

const GruntFactory<G extends Grunt>.of(
  1. String key,
  2. GruntFactoryFn<G> create, [
  3. String? package
])

Implementation

const factory GruntFactory.of(String key, GruntFactoryFn<G> create,
    [String? package]) = _GruntFactory;