PrettyQrNeighbourDirection constructor

  1. @literal
const PrettyQrNeighbourDirection(
  1. int x,
  2. int y
)

The direction in which there is a dark module.

Implementation

@literal
const PrettyQrNeighbourDirection(this.x, this.y);