PaymentDetails_Ln constructor

const PaymentDetails_Ln({
  1. required LnPaymentDetails data,
})

Implementation

const factory PaymentDetails_Ln({required final LnPaymentDetails data}) = _$PaymentDetails_LnImpl;