warnings property

List<String>? warnings
final

If your input also generated non-failure warnings, they will be provided as human-readable strings in this array.

Implementation

final List<String>? warnings;