create static method

Point create()
override

Creates a new Point instance.

Implementation

static Point create() {
  return alloc().ref;
}