QrCode class

Constructors

QrCode(int typeNumber, int errorCorrectLevel)
QrCode.fromData({required String data, required int errorCorrectLevel})
factory
QrCode.fromUint8List({required Uint8List data, required int errorCorrectLevel})
factory

Properties

dataCache List<int>
no setter
errorCorrectLevel int
final
hashCode int
The hash code for this object.
no setterinherited
moduleCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeNumber int
final

Methods

addAlphaNumeric(String alphaNumeric) → void
addByteData(ByteData data) → void
addData(String data) → void
addNumeric(String numberString) → void
Add QR Numeric Mode data from a string of digits.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited