UtilityPaymentWidget constructor
const
UtilityPaymentWidget({})
Implementation
const UtilityPaymentWidget({
Key? key,
required this.authToken,
required this.platform,
required this.tenantId,
this.baseUrl,
required this.notificationType,
bool? isUserHasAccount,
this.accountName,
this.accountNumber,
required this.deviceId,
}) : this.isUserHasAccount = isUserHasAccount ?? false,
super(key: key);