menu
artifacts_mmo_openapi package
documentation
api.dart
CraftingSchema
CraftingSchema.new constructor
CraftingSchema.new constructor
dark_mode
light_mode
CraftingSchema
constructor
CraftingSchema
(
{
required
String
code
,
int
quantity
=
1
,
})
Returns a new
CraftingSchema
instance.
Implementation
CraftingSchema({ required this.code, this.quantity = 1, });
artifacts_mmo_openapi package
documentation
api
CraftingSchema
CraftingSchema.new constructor
CraftingSchema class