PaymentProcess constructor
const
PaymentProcess({})
Implementation
const PaymentProcess({
this.totalDuration,
this.currentSessionAttempts,
this.currentSessionFailedAttempts,
this.last24HourAttempts,
this.last24HourFailedAttempts,
});