bodyUsed property

bool get bodyUsed

The bodyUsed read-only property of the Response interface is a boolean value that indicates whether the body has been read yet.

Implementation

external bool get bodyUsed;