BankAlertPreference constructor
const
BankAlertPreference({
- required BankNotificationType type,
- bool push = false,
- bool email = false,
- bool sms = false,
- bool locked = false,
Implementation
const BankAlertPreference({
required this.type,
this.push = false,
this.email = false,
this.sms = false,
this.locked = false,
});