menu
artifacts_mmo_openapi package
documentation
api.dart
EventMapSchema
EventMapSchema.new constructor
EventMapSchema.new constructor
dark_mode
light_mode
EventMapSchema
constructor
EventMapSchema
(
{
required
int
x
,
required
int
y
,
})
Returns a new
EventMapSchema
instance.
Implementation
EventMapSchema({ required this.x, required this.y, });
artifacts_mmo_openapi package
documentation
api
EventMapSchema
EventMapSchema.new constructor
EventMapSchema class