PaymentMethodId constructor

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

Implementation

const PaymentMethodId({required this.id});