sanitized property

Stream<String> sanitized

Implementation

Stream<String> get sanitized {
  return map((url) => url.sanitized);
}