helpfulCount property

int? helpfulCount

Implementation

int? get helpfulCount => _$this._helpfulCount;
void helpfulCount=(int? helpfulCount)

Implementation

set helpfulCount(int? helpfulCount) => _$this._helpfulCount = helpfulCount;