QrDeviceInfo constructor

QrDeviceInfo({
  1. String? id,
  2. String? label,
  3. dynamic publicName,
  4. int? isRent,
  5. int? ownerProId,
  6. List<Beers>? beers,
})

Implementation

QrDeviceInfo(
    {this.id,
    this.label,
    this.publicName,
    this.isRent,
    this.ownerProId,
    this.beers});