copyWith property

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

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

Implementation

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