normalizeUrl property

String normalizeUrl

Implementation

String get normalizeUrl {
  return replaceAll('//', '//');
}