taskId property

int? get taskId
override

Implementation

int? get taskId => _$this._taskId;
set taskId (covariant int? taskId)
covariantoverride

Implementation

set taskId(covariant int? taskId) => _$this._taskId = taskId;