RBarcodePoint constructor

RBarcodePoint(
  1. double? x,
  2. double? y
)

Implementation

RBarcodePoint(this.x, this.y);