tojson method

Map<String, dynamic> tojson ()

Implementation

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