hashedPassword property

  1. @TagNumber(8)
HashedPassword get hashedPassword

Implementation

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

Implementation

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