password property

  1. @TagNumber(3)
Hash password

Implementation

@$pb.TagNumber(3)
Hash get password => $_getN(2);
  1. @TagNumber(3)
void password=(Hash v)

Implementation

@$pb.TagNumber(3)
set password(Hash v) { setField(3, v); }