ExchangeRatesSection constructor

const ExchangeRatesSection(
  1. Client _client
)

Constructs an instance of ExchangeRatesSection with the given Client.

Implementation

const ExchangeRatesSection(this._client);