getProducts method Null safety

List getProducts()

Implementation

List<Product> getProducts() => _products;