sortMarketCurrenciesNumerically property

  1. @TagNumber(23)
bool get sortMarketCurrenciesNumerically

Implementation

@$pb.TagNumber(23)
$core.bool get sortMarketCurrenciesNumerically => $_getBF(22);
  1. @TagNumber(23)
set sortMarketCurrenciesNumerically (bool v)

Implementation

@$pb.TagNumber(23)
set sortMarketCurrenciesNumerically($core.bool v) { $_setBool(22, v); }