RouteInfo constructor Null safety

RouteInfo(
  1. {required String title,
  2. required String route,
  3. required IconData iconData}
)

Implementation

RouteInfo({required this.title, required this.route, required this.iconData});