Id<T> constructor
Null safety
- T value
Create the id for a specified value of T type.
Implementation
const Id(T value) : _value = value;
Create the id for a specified value of T type.
const Id(T value) : _value = value;