diagnostics property

  1. @TagNumber.new(4)
PbList<Diagnostic> get diagnostics

Errors / Linter warnings associated with the service definition this report belongs to.

Implementation

@$pb.TagNumber(4)
$pb.PbList<$1.Diagnostic> get diagnostics => $_getList(3);