Archetype constructor

Archetype({
  1. required SetHash setHash,
  2. required List<List<Component>> components,
})

Implementation

Archetype({
  required this.setHash,
  required this.components,
});