NW7Barcode constructor

NW7Barcode({
  1. required String rawValue,
})

Implementation

NW7Barcode({required this.rawValue}) : super();