PageModel constructor

PageModel({
  1. String? currentPageRoute,
  2. String? prePageRoute,
  3. String? currentPageType,
  4. String? prePageType,
  5. String? actionType,
})

Implementation

PageModel(
    {this.currentPageRoute,
    this.prePageRoute,
    this.currentPageType,
    this.prePageType,
    this.actionType});