id property

String? get id

The user id.

By using getIdFor, you can obtain values overridden for each Type.

The value obtained may not be the latest.

Implementation

String? get id => _id.unsafeValue;