NonParametrizedPage typedef

NonParametrizedPage = Right<Tuple2<RoutebornPage, List<String>> Function(List<String>), RoutebornPage Function()>

Implementation

typedef NonParametrizedPage = Right<
    Tuple2<RoutebornPage, List<String>> Function(List<String>),
    RoutebornPage Function()>;