workarounds property

List<Workaround>? workarounds
getter/setter pair

Workarounds provide suggestions to address the compile errors or warnings.

Implementation

core.List<Workaround>? workarounds;