PayKeysendRequest constructor
      const
      PayKeysendRequest({})
     
    
    
Implementation
const PayKeysendRequest({
  required int amountMsat,
  required this.pubkey,
  this.preimage,
  this.tlvRecords,
})  : amountSat = amountMsat ~/ 1000,
      super(method: NwcMethod.PAY_KEYSEND);