hasPostData property
True when the request has POST data. Note that postData might still be omitted when this flag is true when the data is too long.
Implementation
final bool? hasPostData;
True when the request has POST data. Note that postData might still be omitted when this flag is true when the data is too long.
final bool? hasPostData;