QrStyle constructor

QrStyle(
  1. QrFormat qrFormat
)

JsonSerializable不能使用私有构造QrStyle._(this.qrFormat);

Implementation

QrStyle(this.qrFormat);