cryptoCurrency property

  1. @TagNumber(3)
CryptoCurrency get cryptoCurrency

Implementation

@$pb.TagNumber(3)
CryptoCurrency get cryptoCurrency => $_getN(2);
  1. @TagNumber(3)
set cryptoCurrency (CryptoCurrency v)

Implementation

@$pb.TagNumber(3)
set cryptoCurrency(CryptoCurrency v) { setField(3, v); }