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