IntentAction constructor

IntentAction({
  1. IntentActionType? type,
  2. dynamic useStripeSdk,
})

Implementation

IntentAction({this.type, this.useStripeSdk});