bodyLength property

int? bodyLength

Returns the body length (if present).

Implementation

int? get bodyLength => _body?.size;