SafeUrl.trusted constructor

SafeUrl.trusted(
  1. String url
)

Creates a SafeUrl instance from url that will bypass sanitization.

Warning: Only use this for URLs you fully trust.

Implementation

factory SafeUrl.trusted(String url) = SafeUrl._;