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
,
String
?
effects
,
})
Implementation
Item({required this.name, required this.description, this.effects});
powerd6 package
documentation
models/item
Item
Item constructor
Item class