RegionPoint constructor

RegionPoint([
  1. int? x,
  2. int? y
])

Constructor

Implementation

RegionPoint([this.x, this.y]);