shouldClose property
bool
get
shouldClose
Implementation
bool get shouldClose => closeOnEOSE && (requests.isEmpty || didAllRequestsReceivedEOSE);
bool get shouldClose => closeOnEOSE && (requests.isEmpty || didAllRequestsReceivedEOSE);