withAuth method

  1. @override
ProxyModel withAuth(
  1. ProxyAuth auth
)
override

Creates a new ProxyModel with the given authentication credentials

Implementation

@override
ProxyModel withAuth(ProxyAuth auth) {
  return copyWith(auth: auth);
}