Map<String, dynamic> toJson() { return { 'pageIndex': pageIndex, 'zoom': zoom, 'positionX': positionX, 'positionY': positionY, }; }