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