LtcCoin constructor
LtcCoin({
- dynamic setting,
- bool isTaproot = false,
Implementation
LtcCoin({setting, this.isTaproot = false}) {
this.setting = setting ?? (isTaproot ? _taproot : _defaultWalletSetting);
}