menu
fake_store_get_request package
documentation
models/product.dart
Product
Product.new constructor
Product.new constructor
dark_mode
light_mode
Product
constructor
Product
(
{
String
?
title
,
double
?
price
,
String
?
image
,
String
?
category
,
String
?
description
,
required
int
id
,
})
Implementation
Product({ this.title, this.price, this.image, this.category, this.description, required this.id, });
fake_store_get_request package
documentation
models/product
Product
Product.new constructor
Product class