ListProperty constructor
Implementation
const ListProperty({
required this.index,
super.currentPlayers,
super.maxPlayers,
super.description,
super.packsSignature,
});
const ListProperty({
required this.index,
super.currentPlayers,
super.maxPlayers,
super.description,
super.packsSignature,
});