GruntFactoryFn<G extends Grunt>  typedef 
 
        GruntFactoryFn<G extends Grunt> =
     G Function()
     
    
    
Implementation
typedef GruntFactoryFn<G extends Grunt> = G Function();typedef GruntFactoryFn<G extends Grunt> = G Function();