menu
powerd6 package
documentation
models/item.dart
Item
Item constructor
Item constructor
dark_mode
light_mode
Item
constructor
Item
(
{
required
String
name
,
required
Paragraph
description
,
Paragraph
?
effects
,
Map
<
Currency
,
int
>
?
cost
,
})
Implementation
Item( {required this.name, required this.description, this.effects, this.cost});
powerd6 package
documentation
models/item
Item
Item constructor
Item class