copyWith property
- @JsonKey(includeFromJson: false, includeToJson: false)
inherited
Create a copy of GraphGetStarterPacksOutput with the given fields replaced by the non-null parameter values.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$GraphGetStarterPacksOutputCopyWith<GraphGetStarterPacksOutput> get copyWith => _$GraphGetStarterPacksOutputCopyWithImpl<GraphGetStarterPacksOutput>(this as GraphGetStarterPacksOutput, _$identity);