postData property

String? postData

Request's post body, if any.

Implementation

String? get postData => event.request.postData;