userId property

String? userId

Implementation

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

Implementation

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