PhotoId constructor Null safety

const PhotoId(
  1. int value
)

Creates an album photo id for a specific value.

Implementation

const PhotoId(int value) : super(value);