UpdateUserToGroupBean constructor

UpdateUserToGroupBean({
  1. String? accountId,
  2. String? name,
})

Implementation

UpdateUserToGroupBean({this.accountId, this.name});