copyWith property

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

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

Implementation

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