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