FinancialConnectionsAccountOwnershipId.fromJson constructor

FinancialConnectionsAccountOwnershipId.fromJson(
  1. Object? json
)

Implementation

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