attemptsRemaining property
attempts_remaining shows how many verification attempts remain
Implementation
@$pb.TagNumber(6)
$core.int get attemptsRemaining => $_getIZ(5);
Implementation
@$pb.TagNumber(6)
set attemptsRemaining($core.int v) { $_setSignedInt32(5, v); }