Group constructor

Group(
  1. String groupName,
  2. String groupLink
)

Implementation

Group(this.groupName, this.groupLink);