expectedContentLength property

int expectedContentLength

The expected amount of data returned with the response.

See NSURLResponse.expectedContentLength

Implementation

int get expectedContentLength => _nsObject.expectedContentLength;