warnings property

  1. @JsonKey(includeIfNull: false, fromJson: _fromJsonListAnswerForField)
List<ProductResultFieldAnswer>? warnings
getter/setter pair

Warnings.

Typically populated if status is statusWarning.

Implementation

@JsonKey(includeIfNull: false, fromJson: _fromJsonListAnswerForField)
List<ProductResultFieldAnswer>? warnings;