userInfo property

  1. @override
String userInfo
override

The user info part of the authority component.

The value is the empty string if there is no user info in the authority component.

Implementation

@override
String get userInfo => _uri.userInfo;