next_photo
features
PhotoId
PhotoId const constructor
PhotoId
PhotoId
constructor
Null safety
const
PhotoId
(
int
value
)
Creates an album photo id for a specific
value
.
Implementation
const PhotoId(int value) : super(value);
next_photo
features
PhotoId
PhotoId const constructor
PhotoId class
Constructors
PhotoId
Properties
hashCode
props
runtimeType
stringify
value
Methods
noSuchMethod
toString
Operators
operator ==