contentLength property

int get contentLength

Implementation

int get contentLength => utf8.encode(body ?? "").length;