Variant constructor

Variant({
  1. required List<Root> roots,
})

Implementation

Variant({
  required this.roots,
});