tojson method
Implementation
Map<String, dynamic> tojson() {
return {
"baseUrl": baseUrl,
"token": token,
"title": title,
"cancelButton": iosCancelButton,
"toolBarTitleColor": _colorHex(toolBarTitleColor),
"toolBarBackgroundColor": _colorHex(toolBarBackgroundColor),
};
}