get method Null safety

Future get(
  1. String barcode
)

Implementation

Future<Product?> get(final String barcode) async => _getBox().get(barcode);