Group constructor

Group({
  1. String? email,
})

Implementation

Group({
  this.email,
});