CreditStadingWidget constructor
const
CreditStadingWidget({})
Implementation
const CreditStadingWidget(
{Key? key,
required this.authToken,
required this.platform,
required this.tenantId,
this.baseUrl,
required this.transactionId,
required this.notificationType,
required this.deviceId})
: super(key: key);