copyWith property

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

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

Implementation

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