tokensBoughtAmount property

int? tokensBoughtAmount

Implementation

int? get tokensBoughtAmount => _$this._tokensBoughtAmount;
void tokensBoughtAmount=(int? tokensBoughtAmount)

Implementation

set tokensBoughtAmount(int? tokensBoughtAmount) =>
    _$this._tokensBoughtAmount = tokensBoughtAmount;