phoneVerificationCode property

  1. @TagNumber(25)
Hash get phoneVerificationCode

Implementation

@$pb.TagNumber(25)
Hash get phoneVerificationCode => $_getN(24);
  1. @TagNumber(25)
set phoneVerificationCode (Hash v)

Implementation

@$pb.TagNumber(25)
set phoneVerificationCode(Hash v) { setField(25, v); }