RequestWindow constructor

const RequestWindow(
  1. {Key key}
)

Implementation

const RequestWindow({
  Key key,
}) : super(key: key);