advices property

List<Advice>? advices
getter/setter pair

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

Implementation

core.List<Advice>? advices;