@override Map<String, dynamic> toMap() { return { 'type': 'image', 'width': width, 'height': height, 'x': x, 'y': y, 'imagePath': imagePath, }; }