PaymentIntentSourceId constructor

const PaymentIntentSourceId({
  1. required String id,
})

Implementation

const PaymentIntentSourceId({required this.id});