NoSuchWindowException constructor

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

Implementation

const NoSuchWindowException(super.statusCode, super.message);