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