ActiveCharacterSchema constructor
ActiveCharacterSchema({})
Returns a new ActiveCharacterSchema instance.
Implementation
ActiveCharacterSchema({
required this.name,
required this.account,
required this.skin,
required this.x,
required this.y,
required this.layer,
required this.mapId,
});