MainChain constructor

MainChain({
  1. List<String>? roots,
})

Implementation

MainChain({
  this.roots,
});