SandboxGiveItemSchema constructor
Returns a new SandboxGiveItemSchema instance.
Implementation
SandboxGiveItemSchema({
required this.code,
required this.quantity,
required this.character,
});
Returns a new SandboxGiveItemSchema instance.
SandboxGiveItemSchema({
required this.code,
required this.quantity,
required this.character,
});