LocationContext constructor

LocationContext({
  1. List<int>? geoCriteriaIds,
})

Implementation

LocationContext({
  this.geoCriteriaIds,
});