copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$ChecklistTaskCopyWith<ChecklistTask> get copyWith
inherited

Create a copy of ChecklistTask with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$ChecklistTaskCopyWith<ChecklistTask> get copyWith =>
    _$ChecklistTaskCopyWithImpl<ChecklistTask>(
        this as ChecklistTask, _$identity);