OtherImageUrls constructor

OtherImageUrls({
  1. String? s64dp,
  2. String? s128dp,
  3. String? s256dp,
  4. String? s512dp,
  5. String? original,
})

Implementation

OtherImageUrls(
    {this.s64dp, this.s128dp, this.s256dp, this.s512dp, this.original});