SettingRoute constructor

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

Implementation

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