RoleBody constructor

RoleBody({
  1. String? name,
  2. List<RolePermissionBody>? permissions,
  3. String? groupId,
  4. String? storeId,
})

Implementation

RoleBody({
  this.name,
  this.permissions,
  this.groupId,
  this.storeId,
});