copyWith property

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

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

Implementation

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