sanitized property

FutureOr<String> sanitized

Implementation

FutureOr<String> get sanitized {
  return thenOr((url) => url.sanitized);
}