W3WProjection constructor

W3WProjection(
  1. String threeWords
)

Implementation

factory W3WProjection(String threeWords) {
  return W3WProjection._create(threeWords);
}