DStackNode constructor

DStackNode({
  1. String? route,
  2. String? pageType,
})

Implementation

DStackNode({this.route, this.pageType});