gruntRegistry top-level property

_GruntRegistry get gruntRegistry

Implementation

_GruntRegistry get gruntRegistry => _gruntRegistry;
set gruntRegistry (_GruntRegistry registry)

Implementation

set gruntRegistry(_GruntRegistry registry) {
  _gruntRegistry = registry;
}