tokensTotalAmount property

int? tokensTotalAmount

Implementation

int? get tokensTotalAmount => _$this._tokensTotalAmount;
void tokensTotalAmount=(int? tokensTotalAmount)

Implementation

set tokensTotalAmount(int? tokensTotalAmount) =>
    _$this._tokensTotalAmount = tokensTotalAmount;