accountConfirmationToken property

  1. @TagNumber.new(1)
int get accountConfirmationToken

Implementation

@$pb.TagNumber(1)
$core.int get accountConfirmationToken => $_getIZ(0);
  1. @TagNumber.new(1)
set accountConfirmationToken (int v)

Implementation

@$pb.TagNumber(1)
set accountConfirmationToken($core.int v) { $_setSignedInt32(0, v); }