userId property

void userId=(String? id)

Sets the value of the userId.

Implementation

set userId(String? id) => _userId = id;