SessionNotCreatedException constructor Null safety

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

Implementation

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