problems property

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

The verification errors related to capabilities for this supporting entity.

Implementation

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