StoreUserQuery constructor
StoreUserQuery({
- int? page,
- int? amount,
- String? storeId,
- StoreUserType? type,
Implementation
StoreUserQuery({
super.page,
super.amount,
this.storeId,
this.type,
});