UserId constructor Null safety

const UserId(
  1. int value
)

Creates a user id for a specific value.

Implementation

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