taskId property

TaskId? taskId

Implementation

TaskId? get taskId => _taskId == null ? null : _taskId;