HomeAgencyLogo constructor

HomeAgencyLogo({
  1. int? id,
  2. dynamic url,
  3. dynamic compressedUrl,
  4. dynamic label,
  5. dynamic whisePictureId,
})

Implementation

HomeAgencyLogo(
    {this.id, this.url, this.compressedUrl, this.label, this.whisePictureId});