CreditStadingWidget constructor

const CreditStadingWidget({
  1. Key? key,
  2. required String? authToken,
  3. required String? platform,
  4. required String? tenantId,
  5. String? baseUrl,
  6. required String? transactionId,
  7. required String? notificationType,
  8. required String? deviceId,
})

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);