toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'openLocalFile': openLocalFile,
'openFromUrl': openFromUrl,
'zoomInOut': zoomInOut,
'search': search,
'shareDocument': shareDocument,
'fileInformation': fileInformation,
'offlineViewing': offlineViewing,
'darkMode': darkMode,
'pageNavigation': pageNavigation,
'sheetNavigation': sheetNavigation,
'slideNavigation': slideNavigation,
'thumbnails': thumbnails,
'textSelection': textSelection,
'richTextRendering': richTextRendering,
'renderImages': renderImages,
'renderTables': renderTables,
'renderHyperlinks': renderHyperlinks,
'cellFormatting': cellFormatting,
'freezePanes': freezePanes,
'wordWrap': wordWrap,
'cssSupport': cssSupport,
};
}