GotoPage constructor Null safety

GotoPage(
  1. dynamic super
)

Implementation

GotoPage(super.app, {super.conditions, required String pageID})
    : pageID = pageID.toLowerCase(),
      super(actionType: GotoPageEntity.label);