logs property

  1. @TagNumber.new(5)
PbList<LogbookLogNoteLC> get logs

Stores the logs of every operation performed on this note

Implementation

@$pb.TagNumber(5)
$pb.PbList<LogbookLogNoteLC> get logs => $_getList(3);