ChargePendingEvent constructor

const ChargePendingEvent({
  1. required Charge object,
})

Occurs whenever a pending charge is created.

Implementation

const ChargePendingEvent({required this.object});