fromJson static method

AggregationRequestDto fromJson(
  1. String json
)

Implementation

static AggregationRequestDto fromJson(String json) {
  return ensureInitialized().decodeJson<AggregationRequestDto>(json);
}