toJson method
Implementation
Map<String, dynamic> toJson() => {
"dark": dark,
"showTabBar": showTabBar,
"themeColor": themeColor,
"primaryColor": primaryColor,
"secondaryColor": secondaryColor,
"isLoginRequired": isLoginRequired,
"screenBackground": screenBackground,
};