VariantQuery constructor

VariantQuery({
  1. int? page,
  2. int? amount,
  3. String? storeId,
  4. String? groupId,
})

Implementation

VariantQuery({
  super.page,
  super.amount,
  this.storeId,
  this.groupId,
});