create static method

Rectangle create()
override

Creates a new Rectangle instance.

Implementation

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