copyWith property

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

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

Implementation

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