userId property

  1. @HiveField.new(6)
String? userId
final

Unique user id is auth service

Implementation

@HiveField(6)
final String? userId;