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