attemptsRemaining property

  1. @TagNumber.new(6)
int get attemptsRemaining

attempts_remaining shows how many verification attempts remain

Implementation

@$pb.TagNumber(6)
$core.int get attemptsRemaining => $_getIZ(5);
  1. @TagNumber.new(6)
set attemptsRemaining (int v)

Implementation

@$pb.TagNumber(6)
set attemptsRemaining($core.int v) { $_setSignedInt32(5, v); }