Map<String, dynamic> toJson() { return <String, dynamic>{ 'image': image, 'x': x, 'y': y, 'width': width, 'height': height, }; }