isPopup property

bool get isPopup

Implementation

bool get isPopup {
  return this is PopupRoute;
}