Bank constructor

Bank({
  1. String? bankPlaceholderUrl,
  2. String? id,
  3. String? ifsc,
  4. bool? upi,
  5. String? name,
})

Implementation

Bank({
  this.bankPlaceholderUrl,
  this.id,
  this.ifsc,
  this.logo,
  this.upi,
  this.name,
});