NoSuchCookieException constructor Null safety
Implementation
const NoSuchCookieException(int statusCode, String? message)
: super(statusCode, message);
const NoSuchCookieException(int statusCode, String? message)
: super(statusCode, message);