feedId property

int? get feedId
override

Implementation

int? get feedId => _$this._feedId;
set feedId (covariant int? feedId)
covariantoverride

Implementation

set feedId(covariant int? feedId) => _$this._feedId = feedId;