Group constructor

Group({
  1. String? email,
  2. String? title,
})

Implementation

Group({
  this.email,
  this.title,
});