userId property

String? get userId

Implementation

String? get userId => _$this._userId;
set userId (String? userId)

Implementation

set userId(String? userId) => _$this._userId = userId;