Help constructor

Help({
  1. List<HelpLink>? links,
})

Implementation

Help({
  this.links,
});