Links constructor

Links({
  1. List<About>? about,
  2. List<About>? product,
})

Implementation

Links({
  this.about,
  this.product,
});