copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$ReportGetAssignmentsInputCopyWith<ReportGetAssignmentsInput> get copyWith
inherited

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

Implementation

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