warningCounts property

List<WarningCount>? warningCounts
getter/setter pair

A list of warnings and counts per warning reason.

Implementation

core.List<WarningCount>? warningCounts;