postId property

int? postId

Implementation

int? get postId => _$this._postId;
void postId=(int? postId)

Implementation

set postId(int? postId) => _$this._postId = postId;