UPatternPoint constructor

const UPatternPoint(
  1. double x,
  2. double y,
  3. double estimatedModuleSize, [
  4. int count = 1,
])

Implementation

const UPatternPoint(this.x, this.y, this.estimatedModuleSize, [this.count = 1]);