toJson method
Mapping WebViewSettings to json.
Implementation
Map<String, dynamic> toJson() => {
'title': title,
'barTintColor': barTintColor,
'titleColor': titleColor,
'tintColor': tintColor,
};
Mapping WebViewSettings to json.
Map<String, dynamic> toJson() => {
'title': title,
'barTintColor': barTintColor,
'titleColor': titleColor,
'tintColor': tintColor,
};