MatexCurrencyPairModel constructor

const MatexCurrencyPairModel({
  1. String? counterCode,
  2. String? baseCode,
})

Implementation

const MatexCurrencyPairModel({this.counterCode, this.baseCode});