LocationResponse constructor

LocationResponse({
  1. List<SquareError>? errors,
  2. String? cursor,
  3. Location? location,
  4. List<Location>? locations,
})

Implementation

LocationResponse({
  this.errors, this.cursor, this.location, this.locations
});