Point constructor

Point(
  1. String name
)

Create a new Point with specified a measurement name.

Implementation

Point(this.name);