BalanceExemption constructor

BalanceExemption(
  1. String? sub_account_address,
  2. Currency? currency,
  3. String? exemption_type
)

Implementation

BalanceExemption(
    this.sub_account_address, this.currency, this.exemption_type);