Group constructor

Group({
  1. GroupKey? key,
})

Implementation

Group({
  this.key,
});