ImageResponseListDto constructor

ImageResponseListDto({
  1. required List<ImageResponse> artifacts,
})

Implementation

ImageResponseListDto({required this.artifacts});