PaymentDetails_ClosedChannel constructor

const PaymentDetails_ClosedChannel({
  1. required ClosedChannelPaymentDetails data,
})

Implementation

const factory PaymentDetails_ClosedChannel({required final ClosedChannelPaymentDetails data}) =
    _$PaymentDetails_ClosedChannelImpl;