ClosedChannelPaymentDetails constructor
      const
      ClosedChannelPaymentDetails({ 
    
    
- required ChannelState state,
 - required String fundingTxid,
 - String? shortChannelId,
 - String? closingTxid,
 
Implementation
const ClosedChannelPaymentDetails({
  required this.state,
  required this.fundingTxid,
  this.shortChannelId,
  this.closingTxid,
});