passwordCheckLifetime property

  1. @TagNumber(11)
Duration passwordCheckLifetime

Implementation

@$pb.TagNumber(11)
$10.Duration get passwordCheckLifetime => $_getN(10);
  1. @TagNumber(11)
void passwordCheckLifetime=(Duration v)

Implementation

@$pb.TagNumber(11)
set passwordCheckLifetime($10.Duration v) { setField(11, v); }