toJson method

String toJson()

Implementation

String toJson() {
  return AggregationRequestDtoMapper.ensureInitialized()
      .encodeJson<AggregationRequestDto>(this as AggregationRequestDto);
}