copyWith property

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

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

Implementation

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