NoSuchCookieException constructor Null safety

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

Implementation

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