CurrencyPosition constructor

CurrencyPosition(
  1. Currency currency,
  2. double balance,
  3. double? blocked
)

Implementation

CurrencyPosition(this.currency, this.balance, this.blocked);