toJson method

String toJson()

Implementation

String toJson() {
  return RequestDateMapper.ensureInitialized()
      .encodeJson<RequestDate>(this as RequestDate);
}