ProfileGroup constructor

ProfileGroup({
  1. List<Company>? company,
})

Implementation

ProfileGroup({
  this.company,
});