RouteDecoder constructor

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

Implementation

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