copyWith property

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

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

Implementation

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