qrMaskPattern property

int? qrMaskPattern
final

Specifies the QR code mask pattern to be used. Allowed values are 0..QRCode.NUM_MASK_PATTERNS-1. By default the code will automatically select the optimal mask pattern. (Type Integer, or String representation of the integer value).

Implementation

final int? qrMaskPattern;