advices property

  1. @TagNumber.new(5)
PbList<Advice> get advices

Collection of advice provided for this change, useful for determining the possible impact of this change.

Implementation

@$pb.TagNumber(5)
$pb.PbList<Advice> get advices => $_getList(4);