menu
randpg package
documentation
entities/settlements.dart
Goods
Goods.new const constructor
Goods.new const constructor
dark_mode
light_mode
Goods
constructor
const
Goods
(
{
required
String
name
,
String
?
description
,
String
?
price
,
})
Implementation
const Goods({ required this.name, this.description, this.price, });
randpg package
documentation
entities/settlements
Goods
Goods.new const constructor
Goods class