GetPhotoParams constructor Null safety

GetPhotoParams(
  1. {required PhotoId photoId}
)

Creates params.

Implementation

GetPhotoParams({
  required this.photoId,
});