problems property

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

Contains verification errors and the actions that you can take to resolve them.

Implementation

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