termId property

int? get termId
override

Implementation

int? get termId => _$this._termId;
set termId (covariant int? termId)
covariantoverride

Implementation

set termId(covariant int? termId) => _$this._termId = termId;