owner property
The owner of the entity that has an error. For example, if the entity.type is BankAccount, then the owner contains the details of the legal entity that owns the bank account.
Implementation
@BuiltValueField(wireName: r'owner')
CapabilityProblemEntityRecursive? get owner;