menu
quanht_auto_dropper package
documentation
models/drop_item.dart
DropItem<T>
DropItem.new constructor
DropItem.new constructor
dark_mode
light_mode
DropItem<
T
>
constructor
DropItem<
T
>
(
{
required
int
id
,
int
?
index
,
required
String
name
,
String
?
flag
,
T?
data
,
})
Implementation
DropItem( {required this.id, this.index, required this.name, this.flag, this.data});
quanht_auto_dropper package
documentation
models/drop_item
DropItem<T>
DropItem.new constructor
DropItem class