UserRoleBody constructor

UserRoleBody({
  1. String? id,
  2. String? storeId,
})

Implementation

UserRoleBody({
  this.id,
  this.storeId,
});