topicId property

int? get topicId

Implementation

int? get topicId => _$this._topicId;
set topicId (int? topicId)

Implementation

set topicId(int? topicId) => _$this._topicId = topicId;