BlockerDeclaration constructor
      
      BlockerDeclaration({ 
    
    
- required String name,
- required BlockerType type,
Implementation
BlockerDeclaration({
  required this.name,
  required this.type,
});