destination property

RequestDestination destination

A string describing the type of content being requested.

MDN reference

Implementation

RequestDestination get destination =>
    _storage.of(#destination, () => RequestDestination.default_);