problems property

  1. @BuiltValueField.new(wireName: r'problems')
BuiltList<CapabilityProblem>? get problems

List of entities that have problems with verification. The information includes the details of the errors and the actions that you can take to resolve them.

Implementation

@BuiltValueField(wireName: r'problems')
BuiltList<CapabilityProblem>? get problems;