errors property
- @JsonKey(includeIfNull: false, fromJson: _fromJsonListAnswerForField)
getter/setter pair
Errors.
Typically populated if status is statusFailure.
Implementation
@JsonKey(includeIfNull: false, fromJson: _fromJsonListAnswerForField)
List<ProductResultFieldAnswer>? errors;