warnings property

List<Warning>? warnings
getter/setter pair

Non-fatal problems encountered during the execution of the build.

Output only.

Implementation

core.List<Warning>? warnings;