StringBody constructor

StringBody(
  1. String data
)

Implementation

StringBody(String data) : super._(data);