ParametrizedPage typedef

ParametrizedPage = Left<Tuple2<RoutebornPage, List<String>> Function(List<String>), RoutebornPage Function()>

Implementation

typedef ParametrizedPage = Left<
    Tuple2<RoutebornPage, List<String>> Function(List<String>),
    RoutebornPage Function()>;