RoleGroupBody constructor

RoleGroupBody({
  1. String? name,
  2. String? storeId,
})

Implementation

RoleGroupBody({
  this.name,
  this.storeId,
});