totalCompleted property

int? totalCompleted

Implementation

int? get totalCompleted => _$this._totalCompleted;
void totalCompleted=(int? totalCompleted)

Implementation

set totalCompleted(int? totalCompleted) =>
    _$this._totalCompleted = totalCompleted;