FinancialConnectionsAccountOwnershipId.fromJson constructor
FinancialConnectionsAccountOwnershipId.fromJson(
- Object? json
Implementation
factory FinancialConnectionsAccountOwnershipId.fromJson(Object? json) =>
FinancialConnectionsAccountOwnershipId(id: (json as String));