userId property

UserId? get userId

Returns the UserId of the active MyUser stored in the database.

Note, that this field should be used afterwards the init is invoked, as otherwise it may contain outdated data.

Implementation

UserId? get userId => _userId;