NoSuchFrameException constructor Null safety

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

Implementation

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