locationOf method

Location locationOf(
  1. String name
)

Implementation

Location locationOf(String name) {
  return getLocation(name);
}