ConfirmP24PaymentOptions constructor

const ConfirmP24PaymentOptions({
  1. @Default(true) bool? handleActions,
})

Implementation

const factory ConfirmP24PaymentOptions({
  /// Set this to false if you want to manually handle
  /// the authorization redirect. Default is true.
  @Default(true) bool? handleActions,
}) = _ConfirmP24PaymentOptions;