postBody property

String? postBody
getter/setter pair

The post body if the request is a HTTP POST.

Implementation

core.String? postBody;