problems property
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;