Src constructor

Src({
  1. String? original,
  2. String? large2X,
  3. String? large,
  4. String? medium,
  5. String? small,
  6. String? portrait,
  7. String? landscape,
  8. String? tiny,
})

Implementation

Src(
    {this.original,
    this.large2X,
    this.large,
    this.medium,
    this.small,
    this.portrait,
    this.landscape,
    this.tiny});