RoutesInfo constructor Null safety

const RoutesInfo(
  1. {required String routePath,
  2. required String routeName}
)

Implementation

const RoutesInfo({
  required this.routePath,
  required this.routeName,
});