Group constructor

Group(
  1. String id,
  2. String name
)

Implementation

Group(this.id, this.name);