factory CPDFWidgetItem.fromJson(Map<String, dynamic> json) { return CPDFWidgetItem( text: json['text'], value: json['value'], ); }