copyWith property

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

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

Implementation

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