getLocations method

List<int?> getLocations()

Implementation

List<int?> getLocations() {
  return location;
}