LnBitsConnectionInput constructor

const LnBitsConnectionInput({
  1. required String url,
  2. required String adminKey,
  3. String? walletName,
  4. String? remoteWalletId,
  5. bool readOnly = false,
})

Implementation

const LnBitsConnectionInput({
  required this.url,
  required this.adminKey,
  this.walletName,
  this.remoteWalletId,
  this.readOnly = false,
});