UnsubscribeBook constructor
UnsubscribeBook({
- required XRPCurrencies takerGets,
- required XRPCurrencies takerPays,
- bool both = false,
Implementation
UnsubscribeBook(
{required this.takerGets, required this.takerPays, this.both = false});