PaymentSheetEvent constructor
- required String flowId,
- required int sequence,
- required PaymentSheetEventType type,
- required DateTime timestamp,
- String? errorType,
Implementation
const PaymentSheetEvent({
required this.flowId,
required this.sequence,
required this.type,
required this.timestamp,
this.errorType,
});