StageTab copyWith({ String? task, num? total, }) => StageTab( task: task ?? _task, total: total ?? _total, );