ElementNotVisibleException constructor Null safety

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

Implementation

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