withLoadedUrls method
Returns a copy of this with loadedUrls
set to the given value.
Implementation
@internal
SassException withLoadedUrls(Iterable<Uri> loadedUrls) =>
SassException(message, span, loadedUrls);
Returns a copy of this with loadedUrls
set to the given value.
@internal
SassException withLoadedUrls(Iterable<Uri> loadedUrls) =>
SassException(message, span, loadedUrls);