ComplaintsInboxWrapperRoute constructor

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

Implementation

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