DBRouterDelegateCantClosePageException constructor Null safety

const DBRouterDelegateCantClosePageException(
  1. String message
)

Create a DBRouterDelegateCantClosePageException.

Implementation

const DBRouterDelegateCantClosePageException(this.message);