createContext method
AFBuildContext<TStateView, TRouteParam>
createContext(
- AFStandardBuildContextData standard,
- TStateView stateView,
- TRouteParam param,
- AFRouteSegmentChildren? children,
inherited
Implementation
AFBuildContext<TStateView, TRouteParam> createContext(AFStandardBuildContextData standard, TStateView stateView, TRouteParam param, AFRouteSegmentChildren? children) {
return AFBuildContext<TStateView, TRouteParam>(standard, stateView, param, children);
}