userInfo property

String get userInfo

Implementation

String get userInfo {
  return _uri?.userInfo ?? "";
}