ExchangeError constructor

ExchangeError({
  1. String? code,
  2. String? description,
})

Implementation

ExchangeError({this.code, this.description});