DeletedBankAccount constructor

const DeletedBankAccount({
  1. String? currency,
  2. required String id,
})

DeletedBankAccount

Implementation

const DeletedBankAccount({
  this.currency,
  required this.id,
});