CurrencyBinds constructor

const CurrencyBinds(
  1. NetworkService _networkService
)

Creates a CurrencyBinds instance with the given NetworkService.

Implementation

const CurrencyBinds(this._networkService);