requiresAuth property

bool get requiresAuth

Whether this proxy requires authentication.

Implementation

bool get requiresAuth => username != null && username!.isNotEmpty;