class Id { const Id(); String toString() => 'id'; }
const Id();
Returns a string representation of this object.
String toString() => 'id';