userId property Null safety
override
Implementation
String? get userId => _$this._userId;
covariantoverride
Implementation
set userId(covariant String? userId) => _$this._userId = userId;
String? get userId => _$this._userId;
set userId(covariant String? userId) => _$this._userId = userId;