PaymentSourceId constructor

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

Implementation

const PaymentSourceId({required this.id});