convertToJson method
Implementation
Map<String, dynamic> convertToJson() => {
PdlShareProperty.body.columnName: body,
PdlShareProperty.imageBase64.columnName: '',//imageBase64,
PdlShareProperty.linkWebPartial.columnName: linkWebPartial,
PdlShareProperty.codeLecture.columnName: codeLecture,
};