stars property

int? stars

Implementation

int? get stars => _$this._stars;
void stars=(int? stars)

Implementation

set stars(int? stars) => _$this._stars = stars;