contentLength property

  1. @override
int contentLength

contentLength is the total size of the content. If the size is not known beforehand contentLength is null.

Implementation

@override
int get contentLength => _getContentLength();