LoyaltyEventLocationFilter constructor

LoyaltyEventLocationFilter({
  1. List<String>? locationIds,
})

Implementation

LoyaltyEventLocationFilter({
  this.locationIds
});