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