OcrPoint constructor

OcrPoint({
  1. required double x,
  2. required double y,
})

Implementation

OcrPoint({required this.x, required this.y});