ExistingStamentVerifyWidget constructor

const ExistingStamentVerifyWidget({
  1. Key? key,
  2. required String? platform,
  3. required String? tenant,
  4. required String? authorization,
  5. String? transactionId,
  6. String? baseUrl,
  7. required dynamic statementJsonResponse,
})

Implementation

const ExistingStamentVerifyWidget({
  Key? key,
  required this.platform,
  required this.tenant,
  required this.authorization,
  this.transactionId,
  this.baseUrl,
  required this.statementJsonResponse,
}) : super(key: key);