I have an app which showing static data and models.
This is the structure
class Product { final int id; final String image; final String title;