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