Groups constructor

Groups({
  1. Group? group,
  2. String? type,
  3. int? time,
})

Implementation

Groups({this.group, this.type, this.time});