PaymentLinkId constructor

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

Implementation

const PaymentLinkId({required this.id});