FakeCharacterSchema constructor
FakeCharacterSchema({
- required int level,
- String? weaponSlot,
- String? runeSlot,
- String? shieldSlot,
- String? helmetSlot,
- String? bodyArmorSlot,
- String? legArmorSlot,
- String? bootsSlot,
- String? ring1Slot,
- String? ring2Slot,
- String? amuletSlot,
- String? artifact1Slot,
- String? artifact2Slot,
- String? artifact3Slot,
- String? utility1Slot,
- int utility1SlotQuantity = 1,
- String? utility2Slot,
- int utility2SlotQuantity = 1,
Returns a new FakeCharacterSchema instance.
Implementation
FakeCharacterSchema({
required this.level,
this.weaponSlot,
this.runeSlot,
this.shieldSlot,
this.helmetSlot,
this.bodyArmorSlot,
this.legArmorSlot,
this.bootsSlot,
this.ring1Slot,
this.ring2Slot,
this.amuletSlot,
this.artifact1Slot,
this.artifact2Slot,
this.artifact3Slot,
this.utility1Slot,
this.utility1SlotQuantity = 1,
this.utility2Slot,
this.utility2SlotQuantity = 1,
});