reactivationDate property
The timestamp of the application reactivation.
Implementation
@$pb.TagNumber(1)
$1.Timestamp get reactivationDate => $_getN(0);
Implementation
@$pb.TagNumber(1)
set reactivationDate($1.Timestamp value) => $_setField(1, value);