PaymentIntentId constructor

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

Implementation

const PaymentIntentId({required this.id});