UserId constructor

UserId(
  1. bool? success,
  2. String? userId
)

Implementation

UserId(this.success, this.userId);