UserBody constructor
UserBody({
- String? email,
- String? password,
- String? type,
- UserDetailBody? detail,
- String? storeId,
- List<
String> ? stores, - List<
UserRoleBody> ? roles,
Implementation
UserBody({
this.email,
this.password,
this.type,
this.detail,
this.storeId,
this.stores,
this.roles,
});