BankPerk constructor
const
BankPerk({})
Implementation
const BankPerk({
required this.id,
required this.partnerName,
required this.title,
required this.description,
this.logoUrl,
this.discountLabel,
this.expiresAt,
this.isActivated = false,
});