SubscribeBook constructor

SubscribeBook({
  1. required XRPCurrencies takerGets,
  2. required XRPCurrencies takerPays,
  3. required String taker,
  4. bool snapshot = false,
  5. bool both = false,
})

Implementation

SubscribeBook(
    {required this.takerGets,
    required this.takerPays,
    required this.taker,
    this.snapshot = false,
    this.both = false});