GroupItem constructor

GroupItem(
  1. String code,
  2. String name,
  3. Icon icon
)

Implementation

GroupItem(this.code, this.name, this.icon);