ProductPhotoHolder constructor

ProductPhotoHolder({
  1. String? photoId,
  2. int? sortIndex,
  3. PhotoDTO? photo,
})

Implementation

ProductPhotoHolder({this.photoId, this.sortIndex, this.photo});