UBankAccountResponse constructor
UBankAccountResponse({})
Implementation
UBankAccountResponse({
required this.tags,
required this.jsonData,
required this.createdAt,
required this.adminUserIds,
this.cardNumber,
this.id,
this.accountNumber,
this.bankName,
this.ownerName,
this.iBanNumber,
this.creator,
this.creatorId,
});