requiresAuth property
bool
get
requiresAuth
Whether this proxy requires authentication.
Implementation
bool get requiresAuth => username != null && username!.isNotEmpty;
Whether this proxy requires authentication.
bool get requiresAuth => username != null && username!.isNotEmpty;