toJson method
Implementation
Map<String, dynamic> toJson() => {
'vimModeEnabled': vimModeEnabled,
'keybindingScheme': keybindingScheme,
'tabSize': tabSize,
'useSoftTabs': useSoftTabs,
'wordWrap': wordWrap,
'lineNumbers': lineNumbers,
'minimap': minimap,
'theme': theme,
'fontSize': fontSize,
'fontFamily': fontFamily,
'bracketMatching': bracketMatching,
'autoIndent': autoIndent,
'highlightCurrentLine': highlightCurrentLine,
'customKeybindings': customKeybindings,
};