UserId.withStandardUser constructor

UserId.withStandardUser(
  1. StandardUser? _standardUser
)
Initializes a new instance of the The StandardUser value used to initialize the UserId.

Implementation

UserId.withStandardUser(this._standardUser) : super();