packageIssue property

List<PackageIssue>? packageIssue
getter/setter pair

The set of affected locations and their fixes (if available) within the associated resource.

Required.

Implementation

core.List<PackageIssue>? packageIssue;