RouteDecoder<T> constructor

const RouteDecoder<T>(
  1. List<GetPage<T>> currentTreeBranch,
  2. PageSettings? pageSettings
)

Implementation

const RouteDecoder(
  this.currentTreeBranch,
  this.pageSettings,
);