LocationIdSet constructor

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

Implementation

LocationIdSet({
  this.locationIds,
});