UserRepository constructor

UserRepository(
  1. String? _userId
)

Implementation

UserRepository(this._userId);