IncomingCallRoute constructor

const IncomingCallRoute({
  1. List<PageRouteInfo>? children,
})

Implementation

const IncomingCallRoute({List<_i6.PageRouteInfo>? children})
  : super(IncomingCallRoute.name, initialChildren: children);