GiveItemsSchema constructor
GiveItemsSchema({
- List<
SimpleItemSchema> items = const [], - required String character,
Returns a new GiveItemsSchema instance.
Implementation
GiveItemsSchema({
this.items = const [],
required this.character,
});