trending property

int? get trending

Implementation

int? get trending => _$this._trending;
set trending (int? trending)

Implementation

set trending(int? trending) => _$this._trending = trending;