NotManageableWidgetException constructor

NotManageableWidgetException(
  1. dynamic screen
)

Implementation

NotManageableWidgetException(this.screen) {
  message = '$screen is not a manageable screen';
}