Library constructor

Library(
  1. List<Component> components,
  2. List<Directive> directives
)

Implementation

Library(this.components, this.directives);