SmoothProductCardError constructor Null safety

const SmoothProductCardError(
  1. {required String barcode}
)

Implementation

const SmoothProductCardError({required this.barcode});