PaymentOption constructor
      
      PaymentOption({})
     
    
    
Implementation
PaymentOption({
  required this.name,
  required this.iconData,
  required this.slug,
  this.isCard = false,
  this.isBank = false,
  this.isMomo = false,
});