toJson method
Implementation
Map<String, dynamic> toJson() => {
"maxLength": maxLength,
"dateFormat": dateFormat,
"showLog": showLog,
"showInitMessage": showInitMessage,
"filterType": "$filterTypes",
"filterTags": "$filterTags",
};