modTime property
- @TagNumber.new(6)
Note(erd): maybe support access time in the future if needed
Implementation
@$pb.TagNumber(6)
$52.Timestamp get modTime => $_getN(5);
- @TagNumber.new(6)
Implementation
@$pb.TagNumber(6)
set modTime($52.Timestamp v) { setField(6, v); }