FormatsResponse constructor

FormatsResponse({
  1. ThumbnailResponse? thumbnail,
  2. ThumbnailResponse? large,
  3. ThumbnailResponse? medium,
  4. ThumbnailResponse? small,
})

Implementation

FormatsResponse({this.thumbnail, this.large, this.medium, this.small});