copyWith property

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

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

Implementation

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