Map<String, dynamic> toMap() { return { 'id': id, 'type': type.index, 'dx': position.dx, 'dy': position.dy, 'properties': properties, }; }