CoffeeModel constructor

CoffeeModel({
  1. required int id,
})

Implementation

CoffeeModel({required this.id});