hashedPassword property

  1. @TagNumber(2)
HashedPassword get hashedPassword

Implementation

@$pb.TagNumber(2)
HashedPassword get hashedPassword => $_getN(1);
  1. @TagNumber(2)
set hashedPassword (HashedPassword v)

Implementation

@$pb.TagNumber(2)
set hashedPassword(HashedPassword v) { setField(2, v); }