BlockerDeclaration constructor

BlockerDeclaration({
  1. required String name,
  2. required BlockerType type,
})

Implementation

BlockerDeclaration({
  required this.name,
  required this.type,
});