FinancialConnectionsAccountOwnership constructor
      const
      FinancialConnectionsAccountOwnership({ 
    
- required DateTime created,
 - required String id,
 - required FinancialConnectionsAccountOwnershipOwners owners,
 
BankConnectionsResourceOwnership
Describes a snapshot of the owners of an account at a particular point in time.
Implementation
const FinancialConnectionsAccountOwnership({
  required this.created,
  required this.id,
  required this.owners,
});