UpiAccount constructor

UpiAccount({
  1. String? accountNumber,
  2. String? bankLogoUrl,
  3. String? bankName,
  4. String? bankPlaceholderUrl,
  5. String? ifsc,
  6. int? pinLength,
})

Implementation

UpiAccount({
   this.accountNumber,
   this.bankLogoUrl,
   this.bankName,
   this.bankPlaceholderUrl,
   this.ifsc,
   this.pinLength
});