galleryPhotos property

  1. @JsonKey.new(name: 'galleryPhotos', defaultValue: <TaskGalleryPhotoViewModel>[])
List<TaskGalleryPhotoViewModel>? galleryPhotos
final

Implementation

@JsonKey(name: 'galleryPhotos', defaultValue: <TaskGalleryPhotoViewModel>[])
final List<TaskGalleryPhotoViewModel>? galleryPhotos;