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