isStatic property

bool isStatic
inherited

Check if this QRIS is a Static QR Code

Implementation

bool get isStatic => this[1] == '11';