toJson method
dynamic
toJson()
Implementation
toJson() => {'title': title, 'route': route, 'isVisible': isVisible, 'iconUrl': iconUrl, 'isSelected': isSelected};
toJson() => {'title': title, 'route': route, 'isVisible': isVisible, 'iconUrl': iconUrl, 'isSelected': isSelected};