UnsubscribeBook constructor

UnsubscribeBook({
  1. required XRPCurrencies takerGets,
  2. required XRPCurrencies takerPays,
  3. bool both = false,
})

Implementation

UnsubscribeBook(
    {required this.takerGets, required this.takerPays, this.both = false});