TaskGalleryPhotoViewModel constructor

TaskGalleryPhotoViewModel({
  1. int? id,
  2. String? objectId,
  3. String? url,
  4. int? taskId,
  5. DateTime? createdAt,
})

Implementation

TaskGalleryPhotoViewModel({
  this.id,
  this.objectId,
  this.url,
  this.taskId,
  this.createdAt,
});