Group constructor

Group({
  1. String? name,
})

Implementation

Group({this.name});