fromMap static method
Implementation
static AggregationRequestDto fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<AggregationRequestDto>(map);
}
static AggregationRequestDto fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<AggregationRequestDto>(map);
}