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