Map<String, dynamic> toJson() => { 'enable': enable, 'data': data, 'canDrag': canDrag, 'canClose': canClose, 'width': width, 'height': height, };