lastChanged property
States the time the password was last changed.
Implementation
@$pb.TagNumber(1)
$1.Timestamp get lastChanged => $_getN(0);
Implementation
@$pb.TagNumber(1)
set lastChanged($1.Timestamp v) { setField(1, v); }
States the time the password was last changed.
@$pb.TagNumber(1)
$1.Timestamp get lastChanged => $_getN(0);
@$pb.TagNumber(1)
set lastChanged($1.Timestamp v) { setField(1, v); }