HttpBody.text constructor
const
HttpBody.text(
- String text
A plain text body.
Implementation
const factory HttpBody.text(String text) = HttpBodyText._;
A plain text body.
const factory HttpBody.text(String text) = HttpBodyText._;