tokensTotalInUsd property

int? get tokensTotalInUsd

Implementation

int? get tokensTotalInUsd => _$this._tokensTotalInUsd;
set tokensTotalInUsd (int? tokensTotalInUsd)

Implementation

set tokensTotalInUsd(int? tokensTotalInUsd) =>
    _$this._tokensTotalInUsd = tokensTotalInUsd;