QrLocation constructor
QrLocation({})
Implementation
QrLocation({
required this.topRight,
required this.bottomLeft,
required this.topLeft,
required this.alignmentPattern,
required this.dimension,
});
QrLocation({
required this.topRight,
required this.bottomLeft,
required this.topLeft,
required this.alignmentPattern,
required this.dimension,
});