copyWith property

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

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

Implementation

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