Map<String, dynamic> toJSON() { return { 'x': x, 'y': y, 'width': width, 'height': height, 'left': left, 'top': top, 'right': right, 'bottom': bottom }; }