copyWith property

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

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

Implementation

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