RouteWay constructor Null safety

RouteWay(
  1. {required String routeId,
  2. Way? way}
)

Implementation

RouteWay({
  required this.routeId,
  this.way,
});