errors property

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

Errors.

Typically populated if status is statusFailure.

Implementation

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