UnexpectedAlertOpenException constructor Null safety

const UnexpectedAlertOpenException(
  1. int? statusCode,
  2. String? message
)

Implementation

const UnexpectedAlertOpenException(int? statusCode, String? message)
    : super(statusCode, message);