isMirrored method

bool isMirrored()

@return true if the QR Code was mirrored.

Implementation

bool isMirrored() {
  return _mirrored;
}