PaymentChannelsSuccess constructor

PaymentChannelsSuccess({
  1. required List<PaymentChannel> channels,
})

Implementation

PaymentChannelsSuccess({
  required this.channels,
});