JANBarcode constructor

JANBarcode({
  1. required String rawValue,
})

Implementation

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