Group constructor

const Group({
  1. String? gid,
  2. String? username,
  3. String? nickname,
})

Implementation

const Group({this.gid, this.username, this.nickname}) : super();