GroupBean constructor

GroupBean({
  1. String? name,
  2. String? self,
})

Implementation

GroupBean({this.name, this.self});